Skip to content

#c4d2ce

a light, muted cyan · cool · closest name: Light Gray

RGB
196, 210, 206
HSL
163°, 14%, 80%
CMYK
7, 0, 2, 18
Luminance
0.6229

At a glance

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

Hex
#c4d2ce
Hue
163°
cyan
Saturation
14%
muted
Lightness
80%
light
Brightness
82%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6229
WCAG relative
Temperature
Cool
62/100 cool
Color family
Cyan
Tone
Muted
Best ink
Black
13.46:1
Closest name
Light Gray
ΔE2000 7
Where it sits
Hue163° of 360°
Saturation14%
Lightness80%
Temperature
Warm ← → Cool62% 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#c4d2ce
RGBrgb(196, 210, 206)
HSLhsl(163, 14%, 80%)
CMYKcmyk(7%, 0%, 2%, 18%)
LABlab(83.1 -5.5 0.3)
LCHlch(83.1 5.5 176.3)
OKLCHoklch(0.852 0.016 177.0)
Decimal12899022
Display P3color(display-p3 0.769 0.824 0.808)

Copy-ready code

/* CSS */
color: #c4d2ce;
background-color: #c4d2ce;
/* Tailwind (arbitrary) */
class="text-[#c4d2ce] bg-[#c4d2ce]"
/* SCSS */
$brand: #c4d2ce;
/* SwiftUI */
Color(red: 0.769, green: 0.824, blue: 0.808)
/* Android */
Color.parseColor("#c4d2ce")
/* Flutter */
Color(0xFFC4D2CE)
/* Python / OpenCV (BGR) */
(206, 210, 196)

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 #c4d2ce · 13.46:1
Use #000000AAA at every size.
Aa
White text · 1.56:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.46:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c4d2ce as text scores 1.56:1 on white and 13.46:1 on black.

Accessibility — WCAG contrast

Aa
#c4d2ce on white: 1.56:1
AA ✗ fail · AA-large · AAA
Aa
#c4d2ce on black: 13.46:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D1D0CE
deuteranopia · #CECECE
tritanopia · #C1D2D1

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c4d2ce 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.

#F7F8F8
#EEF1F0
#DAE2E0
#c4d2ce
#9FB6B0
#809E95
#6A8B82
#58746C
#475D56
#364540
#212B28
Base = 300Lightest = 50 · #F7F8F8Darkest = 950 · #212B28
:root {
  --brand-50: #F7F8F8;
  --brand-100: #EEF1F0;
  --brand-200: #DAE2E0;
  --brand-300: #c4d2ce;
  --brand-400: #9FB6B0;
  --brand-500: #809E95;
  --brand-600: #6A8B82;
  --brand-700: #58746C;
  --brand-800: #475D56;
  --brand-900: #364540;
  --brand-950: #212B28;
  --brand: #c4d2ce;
  --brand-ink: #000000;
}

Colors that work with #c4d2ce

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#F6F8F8
Tinted page background
Border#D1DCD9
Hairlines and dividers
Muted text#638279
Captions on the surface
Accent#785468
Second voice, not a rival
Dark variant#374843
Hover, pressed, headers
Light variant#F1F4F3
Selected rows, tints
Dark surface#18201E
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 #c4d2ce

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

Works well for
  • Text and icons on dark surfaces
  • Borders, dividers and quiet backgrounds
  • Long-form reading 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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#D2C4C8
Analogous left#C4D2C7
Analogous right#C4CFD2
Split-complement 1#D2C4CF
Split-complement 2#D2C7C4
Triadic 1#CEC4D2
Triadic 2#D2CEC4
Tetradic#C7C4D2

RGB percentages

Red76.9%
Green82.4%
Blue80.8%

CMYK percentages

Cyan6.7%
Magenta0.0%
Yellow1.9%
Key (black)17.6%

Color previews

#c4d2ce text on a black background

contrast 13.46:1

Card sample

#c4d2ce text on a white background

contrast 1.56:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(196, 210, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 210, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d2ce;
background: linear-gradient(135deg, #c4d2ce, #C4CDD2);

Monochromatic scale

Palettes built from #c4d2ce

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.

#c4d2ce in the real world

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

Industries
TechnologyTravelHealthcareMedia
Common UI roles
BackgroundsBordersBody textDividers
Print note

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

#c4d2ce, answered

What color is #c4d2ce?

#c4d2ce is a light muted cyan, closest to Light Gray (ΔE2000 7). It sits at 163° on the hue wheel with 14% saturation and 80% lightness, which reads as cool.

What is the RGB value of #c4d2ce?

rgb(196, 210, 206) — 196 red, 210 green and 206 blue out of 255, or 76.9% / 82.4% / 80.8% by channel.

Is #c4d2ce a light or a dark color?

It is a light color. Relative luminance is 0.6229 and perceived brightness is 81%, so black text on it reaches 13.46:1.

Should I use black or white text on #c4d2ce?

Black. It scores 13.46:1 against #c4d2ce, versus 1.56:1 for white — AAA at any size.

What is the complementary color of #c4d2ce?

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

What colors go well with #c4d2ce?

For interface work: #F6F8F8 as the surface, #D1DCD9 for borders, #638279 for secondary text, #785468 as an accent and #374843 for hover and pressed states. For a palette, the analogous pair #C4D2C7 and #C4CFD2 stays calm, while #D2C4C8 is the loudest partner.

What is #c4d2ce in CMYK for printing?

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

Is #c4d2ce warm or cool?

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

Work with #c4d2ce in the Color Lab