Skip to content

#c2c2d4

a light, soft blue · cool · closest name: Light Steel Blue

RGB
194, 194, 212
HSL
240°, 17%, 80%
CMYK
9, 9, 0, 17
Luminance
0.5481

At a glance

Every number on this page in one read: what #c2c2d4 is made of, how bright it looks, and which way it leans.

Hex
#c2c2d4
Hue
240°
blue
Saturation
17%
soft
Lightness
80%
light
Brightness
83%
HSV value
Perceived
77%
weighted brightness
Luminance
0.5481
WCAG relative
Temperature
Cool
66/100 cool
Color family
Blue
Tone
Soft
Best ink
Black
11.96:1
Closest name
Light Steel Blue
ΔE2000 8.1
Where it sits
Hue240° of 360°
Saturation17%
Lightness80%
Temperature
Warm ← → Cool66% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#c2c2d4
RGBrgb(194, 194, 212)
HSLhsl(240, 17%, 80%)
CMYKcmyk(9%, 9%, 0%, 17%)
LABlab(78.9 3.5 -9.0)
LCHlch(78.9 9.6 291.0)
OKLCHoklch(0.820 0.025 285.8)
Decimal12763860
Display P3color(display-p3 0.761 0.761 0.831)

Copy-ready code

/* CSS */
color: #c2c2d4;
background-color: #c2c2d4;
/* Tailwind (arbitrary) */
class="text-[#c2c2d4] bg-[#c2c2d4]"
/* SCSS */
$brand: #c2c2d4;
/* SwiftUI */
Color(red: 0.761, green: 0.761, blue: 0.831)
/* Android */
Color.parseColor("#c2c2d4")
/* Flutter */
Color(0xFFC2C2D4)
/* Python / OpenCV (BGR) */
(212, 194, 194)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #c2c2d4 · 11.96:1
Use #000000AAA at every size.
Aa
White text · 1.76:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.96:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c2c2d4 as text scores 1.76:1 on white and 11.96:1 on black.

Accessibility — WCAG contrast

Aa
#c2c2d4 on white: 1.76:1
AA ✗ fail · AA-large · AAA
Aa
#c2c2d4 on black: 11.96:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BEC4D5
deuteranopia · #BEC3D3
tritanopia · #BFC5C8

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c2c2d4 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F6F6F8
#EEEEF2
#D9D9E3
#c2c2d4
#9C9CB9
#7B7BA2
#656590
#545478
#434360
#333347
#20202C
Base = 300Lightest = 50 · #F6F6F8Darkest = 950 · #20202C
:root {
  --brand-50: #F6F6F8;
  --brand-100: #EEEEF2;
  --brand-200: #D9D9E3;
  --brand-300: #c2c2d4;
  --brand-400: #9C9CB9;
  --brand-500: #7B7BA2;
  --brand-600: #656590;
  --brand-700: #545478;
  --brand-800: #434360;
  --brand-900: #333347;
  --brand-950: #20202C;
  --brand: #c2c2d4;
  --brand-ink: #000000;
}

Colors that work with #c2c2d4

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F6F6F9
Tinted page background
Border#CFCFDD
Hairlines and dividers
Muted text#5F5F87
Captions on the surface
Accent#7C7250
Second voice, not a rival
Dark variant#35354B
Hover, pressed, headers
Light variant#F0F0F4
Selected rows, tints
Dark surface#171721
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #c2c2d4

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#D4D4C2
Analogous left#C2CBD4
Analogous right#CBC2D4
Split-complement 1#D4CBC2
Split-complement 2#CBD4C2
Triadic 1#D4C2C2
Triadic 2#C2D4C2
Tetradic#D4C2CB

RGB percentages

Red76.1%
Green76.1%
Blue83.1%

CMYK percentages

Cyan8.5%
Magenta8.5%
Yellow0.0%
Key (black)16.9%

Color previews

#c2c2d4 text on a black background

contrast 11.96:1

Card sample

#c2c2d4 text on a white background

contrast 1.76:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #c2c2d4;
Background color
Panel with #c2c2d4 background
background-color: #c2c2d4;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #c2c2d4;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(194, 194, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 194, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c2d4;
background: linear-gradient(135deg, #c2c2d4, #CEC2D4);

Monochromatic scale

Palettes built from #c2c2d4

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#c2c2d4 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#c2c2d4, answered

What color is #c2c2d4?

#c2c2d4 is a light soft blue, closest to Light Steel Blue (ΔE2000 8.1). It sits at 240° on the hue wheel with 17% saturation and 80% lightness, which reads as cool.

What is the RGB value of #c2c2d4?

rgb(194, 194, 212) — 194 red, 194 green and 212 blue out of 255, or 76.1% / 76.1% / 83.1% by channel.

Is #c2c2d4 a light or a dark color?

It is a light color. Relative luminance is 0.5481 and perceived brightness is 77%, so black text on it reaches 11.96:1.

Should I use black or white text on #c2c2d4?

Black. It scores 11.96:1 against #c2c2d4, versus 1.76:1 for white — AAA at any size.

What is the complementary color of #c2c2d4?

#D4D4C2 sits directly opposite on the wheel. Softer options are the split-complements #D4CBC2 and #CBD4C2, which give the same contrast with far less vibration.

What colors go well with #c2c2d4?

For interface work: #F6F6F9 as the surface, #CFCFDD for borders, #5F5F87 for secondary text, #7C7250 as an accent and #35354B for hover and pressed states. For a palette, the analogous pair #C2CBD4 and #CBC2D4 stays calm, while #D4D4C2 is the loudest partner.

What is #c2c2d4 in CMYK for printing?

cmyk(9%, 9%, 0%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #c2c2d4 warm or cool?

Cool — it scores 66 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C9C2D4; nudged cooler, #C1C8D5.

Work with #c2c2d4 in the Color Lab