Skip to content

#c4d0cd

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

RGB
196, 208, 205
HSL
165°, 11%, 79%
CMYK
6, 0, 1, 18
Luminance
0.6126

At a glance

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

Hex
#c4d0cd
Hue
165°
cyan
Saturation
11%
muted
Lightness
79%
light
Brightness
82%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6126
WCAG relative
Temperature
Cool
60/100 cool
Color family
Cyan
Tone
Muted
Best ink
Black
13.25:1
Closest name
Light Gray
ΔE2000 6.2
Where it sits
Hue165° of 360°
Saturation11%
Lightness79%
Temperature
Warm ← → Cool60% 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#c4d0cd
RGBrgb(196, 208, 205)
HSLhsl(165, 11%, 79%)
CMYKcmyk(6%, 0%, 1%, 18%)
LABlab(82.5 -4.6 0.1)
LCHlch(82.5 4.6 179.0)
OKLCHoklch(0.848 0.014 179.4)
Decimal12898509
Display P3color(display-p3 0.769 0.816 0.804)

Copy-ready code

/* CSS */
color: #c4d0cd;
background-color: #c4d0cd;
/* Tailwind (arbitrary) */
class="text-[#c4d0cd] bg-[#c4d0cd]"
/* SCSS */
$brand: #c4d0cd;
/* SwiftUI */
Color(red: 0.769, green: 0.816, blue: 0.804)
/* Android */
Color.parseColor("#c4d0cd")
/* Flutter */
Color(0xFFC4D0CD)
/* Python / OpenCV (BGR) */
(205, 208, 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 #c4d0cd · 13.25:1
Use #000000AAA at every size.
Aa
White text · 1.58:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.25:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c4d0cd as text scores 1.58:1 on white and 13.25:1 on black.

Accessibility — WCAG contrast

Aa
#c4d0cd on white: 1.58:1
AA ✗ fail · AA-large · AAA
Aa
#c4d0cd on black: 13.25:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFCECD
deuteranopia · #CCCDCD
tritanopia · #C1D0CF

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c4d0cd 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
#DBE1DF
#c4d0cd
#A1B4B0
#829B95
#6D8881
#5A726C
#485B56
#374440
#222A28
Base = 300Lightest = 50 · #F7F8F8Darkest = 950 · #222A28
:root {
  --brand-50: #F7F8F8;
  --brand-100: #EEF1F0;
  --brand-200: #DBE1DF;
  --brand-300: #c4d0cd;
  --brand-400: #A1B4B0;
  --brand-500: #829B95;
  --brand-600: #6D8881;
  --brand-700: #5A726C;
  --brand-800: #485B56;
  --brand-900: #374440;
  --brand-950: #222A28;
  --brand: #c4d0cd;
  --brand-ink: #000000;
}

Colors that work with #c4d0cd

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#D2DBD9
Hairlines and dividers
Muted text#668079
Captions on the surface
Accent#755766
Second voice, not a rival
Dark variant#394743
Hover, pressed, headers
Light variant#F1F4F3
Selected rows, tints
Dark surface#191F1E
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 #c4d0cd

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#D0C4C7
Analogous left#C4D0C7
Analogous right#C4CDD0
Split-complement 1#D0C4CD
Split-complement 2#D0C7C4
Triadic 1#CDC4D0
Triadic 2#D0CDC4
Tetradic#C7C4D0

RGB percentages

Red76.9%
Green81.6%
Blue80.4%

CMYK percentages

Cyan5.8%
Magenta0.0%
Yellow1.4%
Key (black)18.4%

Color previews

#c4d0cd text on a black background

contrast 13.25:1

Card sample

#c4d0cd text on a white background

contrast 1.58:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c4d0cd

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.

#c4d0cd 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.

#c4d0cd, answered

What color is #c4d0cd?

#c4d0cd is a light muted cyan, closest to Light Gray (ΔE2000 6.2). It sits at 165° on the hue wheel with 11% saturation and 79% lightness, which reads as cool.

What is the RGB value of #c4d0cd?

rgb(196, 208, 205) — 196 red, 208 green and 205 blue out of 255, or 76.9% / 81.6% / 80.4% by channel.

Is #c4d0cd a light or a dark color?

It is a light color. Relative luminance is 0.6126 and perceived brightness is 80%, so black text on it reaches 13.25:1.

Should I use black or white text on #c4d0cd?

Black. It scores 13.25:1 against #c4d0cd, versus 1.58:1 for white — AAA at any size.

What is the complementary color of #c4d0cd?

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

What colors go well with #c4d0cd?

For interface work: #F6F8F8 as the surface, #D2DBD9 for borders, #668079 for secondary text, #755766 as an accent and #394743 for hover and pressed states. For a palette, the analogous pair #C4D0C7 and #C4CDD0 stays calm, while #D0C4C7 is the loudest partner.

What is #c4d0cd in CMYK for printing?

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

Is #c4d0cd warm or cool?

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

Work with #c4d0cd in the Color Lab