Skip to content

#c2ccd0

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

RGB
194, 204, 208
HSL
197°, 13%, 79%
CMYK
7, 2, 0, 18
Luminance
0.5921

At a glance

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

Hex
#c2ccd0
Hue
197°
cyan
Saturation
13%
muted
Lightness
79%
light
Brightness
82%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5921
WCAG relative
Temperature
Cool
67/100 cool
Color family
Cyan
Tone
Muted
Best ink
Black
12.84:1
Closest name
Light Gray
ΔE2000 5
Where it sits
Hue197° of 360°
Saturation13%
Lightness79%
Temperature
Warm ← → Cool67% 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#c2ccd0
RGBrgb(194, 204, 208)
HSLhsl(197, 13%, 79%)
CMYKcmyk(7%, 2%, 0%, 18%)
LABlab(81.4 -2.6 -3.2)
LCHlch(81.4 4.1 230.2)
OKLCHoklch(0.839 0.012 223.5)
Decimal12766416
Display P3color(display-p3 0.761 0.800 0.816)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2ccd0 on white: 1.64:1
AA ✗ fail · AA-large · AAA
Aa
#c2ccd0 on black: 12.84:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CACBD0
deuteranopia · #C7C9D0
tritanopia · #BFCDCD

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c2ccd0 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
#EEF0F1
#DADFE2
#c2ccd0
#A0B0B6
#80959D
#6A818A
#596C73
#47565C
#364045
#22282B
Base = 300Lightest = 50 · #F7F8F8Darkest = 950 · #22282B
:root {
  --brand-50: #F7F8F8;
  --brand-100: #EEF0F1;
  --brand-200: #DADFE2;
  --brand-300: #c2ccd0;
  --brand-400: #A0B0B6;
  --brand-500: #80959D;
  --brand-600: #6A818A;
  --brand-700: #596C73;
  --brand-800: #47565C;
  --brand-900: #364045;
  --brand-950: #22282B;
  --brand: #c2ccd0;
  --brand-ink: #000000;
}

Colors that work with #c2ccd0

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#D1D8DC
Hairlines and dividers
Muted text#647982
Captions on the surface
Accent#775555
Second voice, not a rival
Dark variant#374348
Hover, pressed, headers
Light variant#F1F3F4
Selected rows, tints
Dark surface#181E20
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 #c2ccd0

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#D0C6C2
Analogous left#C2D0CD
Analogous right#C2C5D0
Split-complement 1#D0C2C5
Split-complement 2#D0CDC2
Triadic 1#D0C2CC
Triadic 2#CCD0C2
Tetradic#CDC2D0

RGB percentages

Red76.1%
Green80.0%
Blue81.6%

CMYK percentages

Cyan6.7%
Magenta1.9%
Yellow0.0%
Key (black)18.4%

Color previews

#c2ccd0 text on a black background

contrast 12.84:1

Card sample

#c2ccd0 text on a white background

contrast 1.64:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2ccd0

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.

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

#c2ccd0, answered

What color is #c2ccd0?

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

What is the RGB value of #c2ccd0?

rgb(194, 204, 208) — 194 red, 204 green and 208 blue out of 255, or 76.1% / 80% / 81.6% by channel.

Is #c2ccd0 a light or a dark color?

It is a light color. Relative luminance is 0.5921 and perceived brightness is 79%, so black text on it reaches 12.84:1.

Should I use black or white text on #c2ccd0?

Black. It scores 12.84:1 against #c2ccd0, versus 1.64:1 for white — AAA at any size.

What is the complementary color of #c2ccd0?

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

What colors go well with #c2ccd0?

For interface work: #F6F8F8 as the surface, #D1D8DC for borders, #647982 for secondary text, #775555 as an accent and #374348 for hover and pressed states. For a palette, the analogous pair #C2D0CD and #C2C5D0 stays calm, while #D0C6C2 is the loudest partner.

What is #c2ccd0 in CMYK for printing?

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

Is #c2ccd0 warm or cool?

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

Work with #c2ccd0 in the Color Lab