Skip to main content

Battleship Gray

#848482·gray family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Battleship Gray (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#848482
RGB
rgb(132, 132, 130)
HSL
hsl(60, 1%, 51%)
OKLCH
oklch(0.613 0.003 106)
CMYK
cmyk(0%, 0%, 2%, 48%)
Luminance:0.2302
CSS var:--color-battleship-gray
Tailwind:bg-[#848482]

Accessibility

Score: 39/100

On White (#FFF)

3.75:1

AA Large

On Black (#000)

5.6:1

AA

On Light Gray (#F5F5F5)

3.44:1

AA Large

Best text color on this background:

black5.60:1
Open in Contrast Checker →

Design Applications

Background

background-color: #848482

Text Color

color: #848482

bg-[#848482] text-[#000000]

Accent border card component

border-left: 4px solid #848482

Color Meaning & Psychology

Gray is the color of balance, intelligence, and maturity. Unlike black or white, gray makes no strong statement — it allows other design elements to speak. Light grays are versatile backgrounds that convey modernity and cleanliness; mid-grays feel sophisticated and professional; dark charcoals carry authority without the extremity of black. Gray's emotional neutrality has made it the dominant color of Apple's design language and most premium technology hardware. Cool grays (blue-tinted) feel modern and urban; warm grays (brown-tinted, often called "greige") feel approachable and cozy. Gray can feel dull and lifeless without colorful accents — context determines whether it reads as timeless or uninspired. Its near-neutral saturation gives it a versatile, subdued character that works as a sophisticated accent without dominating a composition.

Industry Usage

Common contexts and industries where Battleship Gray is applied in professional design.

  • Premium technology hardware and devices
  • Architectural and interior design services
  • Automotive brands emphasizing refinement
  • Financial and professional services
  • Typography and editorial design
  • Industrial and engineering companies
  • Minimalist fashion and luxury apparel
  • Enterprise software UI neutral elements

Accessibility Considerations

Normal Text

Fails AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Battleship Gray is a light color. Use black (#000000) text on top of it for maximum readability (5.60:1). Avoid white text on this background.

CSS & Code Examples

Background

background-color: #848482;

Text

color: #848482;

Border

border: 2px solid #848482;

Box Shadow

box-shadow: 0 4px 20px #84848240;

Gradient

background: linear-gradient(135deg, #848482, #b4b4b1);

Tailwind-style

--color-battleship-gray: #848482;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Battleship Gray without a custom config.

Background

bg-[#848482]

Text

text-[#848482]

Border

border-[#848482]

Ring

ring-[#848482]

Fill

fill-[#848482]

From (gradient)

from-[#848482]

Via (gradient)

via-[#848482]

To (gradient)

to-[#848482]

Design Tokens

Ready-to-use Battleship Gray design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-battleship-gray: #848482;
  --color-battleship-gray-rgb: 132, 132, 130;
  --color-battleship-gray-hsl: 60, 1%, 51%;
}

SCSS Variables

$color-battleship-gray: #848482;
$color-battleship-gray-rgb: 132, 132, 130;
$color-battleship-gray-hsl: 60, 1%, 51%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'battleship-gray': '#848482',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-battleship-gray: #848482;
}

JSON Design Token (W3C format)

{
  "battleship-gray": {
    "value": "#848482",
    "type": "color",
    "description": "Battleship Gray — #848482"
  }
}

What Does Battleship Gray Mean? Color Psychology & Cultural Symbolism

Battleship Gray at #848482 is a statement of restraint in a spectrum of declarations. Gray-family tones project neutrality not by commanding attention but by organizing it—creating hierarchy, breathing space, and the visual silence that allows other elements to be seen clearly.

  • Gray is design's great enabler—the neutral foundation on which other colors perform. In corporate contexts it projects professionalism without warmth (contrasted with blue) or assertiveness (contrasted with black). In luxury design, sophisticated warm grays signal refinement and editorial taste.
  • In Japanese aesthetics, gray (haiiro) is deeply valued for its understated elegance—a key component of the wabi-sabi philosophy of imperfect, restrained beauty. Chinese ink painting depends on the full spectrum of gray tones as an expressive medium in itself.
  • Battleship Gray's medium lightness (51%) shifts its psychological register: a balanced mid-tone that embodies neutrality, professionalism, sophistication, and balance at its most direct.
  • At 1% saturation, Battleship Gray reads as neutral—All grays are inherently muted, but mid-tones in the 40-60% lightness range do the heaviest lifting in sophisticated design systems—providing contrast, hierarchy, and structure without ever competing with the palette's primary colors.

Battleship Gray asks nothing of the viewer and gives everything to the design. That's the quiet genius of neutrals.

How to Use Battleship Gray in Design: Applications, Pairings & Best Practices

The decision between warm and cool gray is one of design's subtler but more consequential choices. Battleship Gray's undertone is neutral—which means it pairs naturally with white, concrete grays, and feels at home in digital-forward, technical contexts in context.

  • UI components: neutral backgrounds, disabled states, secondary text—Battleship Gray performs reliably in all these roles with its medium tonal character.
  • Brand & identity: professional service identities, technology UIs, editorial layouts—contexts where Battleship Gray's neutral quality creates the right register.
  • Typography: Battleship Gray as text requires a dark background; its 51% lightness means it provides 3.8:1 contrast on white, not meeting WCAG AA.
  • Battleship Gray creates strong legibility with black text overlays (5.6:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Battleship Gray's neutral quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.

Battleship Gray asks nothing of the viewer and gives everything to the design. That's the quiet genius of neutrals.

Battleship Gray Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Battleship Gray (#848482) reaches 5.60:1 contrast with black text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 23.0%.

  • As text on white (#FFFFFF): 3.75:1 — AA (large text only)
  • As text on black (#000000): 5.60:1 — AA ✓
  • Best text color on Battleship Gray background: Black (#000000) at 5.60:1
  • WCAG 2.1 luminance: 23.0% — mid-range luminance—it sits in the transition zone where both dark and light text approaches require testing against the 4.5:1 WCAG threshold
  • Battleship Gray qualifies for normal body text and all larger sizes (AA).

Battleship Gray's WCAG profile makes it a compliant choice for most text applications.

Battleship Gray in Industry: Branding, Design & Market Applications

Across industry research, gray-family tones consistently outperform competitors in categories built on neutrality, professionalism, sophistication, and balance. Battleship Gray is a medium expression of this advantage—best positioned in Technology and adjacent markets.

  • Technology: Gray dominates technology UI design because it provides the neutral canvas on which colorful, dynamic interface elements perform. Apple's aluminum aesthetic established gray as the physical language of precision engineering, an association that has persisted across all of tech. (examples: Notion, Slack, Salesforce) Cool grays signal digital precision; warm grays feel more approachable and human—choice depends on product personality.
  • Finance & Professional Services: Gray communicates the seriousness of people who manage important things—it's the suit of the professional world. Financial services, consulting, and legal firms use it to project competence, precision, and the absence of emotional noise. (examples: Capital One, PayPal, Visa) Dark charcoal is more authoritative than mid-gray for premium financial brands; lighter grays communicate approachable modernity.
  • Luxury & Automotive: Luxury brands use sophisticated warm grays as an alternative to the expected black—it signals refinement, editorial taste, and the confidence that doesn't need to shout. Automotive brands use it for the same reason: gray cars signal understated premium quality. (examples: Porsche, Tesla, Mercedes-Benz) The specific undertone of a luxury gray (warm vs cool, light vs dark) determines whether it reads as contemporary or classic.
  • Brand positioning: Battleship Gray is best suited for brands projecting professionalism, neutrality, sophistication. Categories outside this positioning—color-forward consumer brands that need warmth and personality—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Battleship Gray works effectively in professional service identities, technology UIs, editorial layouts—contexts where professionalism serves a secondary but reinforcing role.

Battleship Gray earns its strongest ROI in industries where trust and recognition compound over time: Technology, Finance & Professional Services, Luxury & Automotive. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Battleship Gray?
The hex code for Battleship Gray is #848482. Its RGB values are rgb(132, 132, 130) and its HSL values are hsl(60, 1%, 51%).
What does Battleship Gray mean in design?
Gray is the color of balance, intelligence, and maturity. Unlike black or white, gray makes no strong statement — it allows other design elements to speak. Light grays are versatile backgrounds that convey modernity and cleanliness; mid-grays feel sophisticated and professional; dark charcoals carry authority without the extremity of black. Gray's emotional neutrality has made it the dominant color of Apple's design language and most premium technology hardware. Cool grays (blue-tinted) feel modern and urban; warm grays (brown-tinted, often called "greige") feel approachable and cozy. Gray can feel dull and lifeless without colorful accents — context determines whether it reads as timeless or uninspired. Its near-neutral saturation gives it a versatile, subdued character that works as a sophisticated accent without dominating a composition.
Is Battleship Gray WCAG accessible?
Battleship Gray (#848482) passes WCAG AA-large on white with a 3.75:1 contrast ratio. Its overall accessibility score is 39/100.
What colors go well with Battleship Gray?
Battleship Gray pairs well with its complementary color Blue (#0000FF). Analogous colors like Mushroom and Off White also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Battleship Gray used for?
Battleship Gray is commonly used for: Premium technology hardware and devices; Architectural and interior design services; Automotive brands emphasizing refinement; Financial and professional services; Typography and editorial design.
What are the CSS and Tailwind values for Battleship Gray?
In CSS, use `color: #848482` or `background-color: #848482`. The CSS custom property is `--color-battleship-gray: #848482`. In Tailwind CSS, use the arbitrary value class `bg-[#848482]` for backgrounds or `text-[#848482]` for text.