Skip to content

#c2cfd5

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

RGB
194, 207, 213
HSL
199°, 18%, 80%
CMYK
9, 3, 0, 17
Luminance
0.6090

At a glance

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

Hex
#c2cfd5
Hue
199°
cyan
Saturation
18%
soft
Lightness
80%
light
Brightness
84%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6090
WCAG relative
Temperature
Cool
74/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.18:1
Closest name
Light Gray
ΔE2000 5.9
Where it sits
Hue199° of 360°
Saturation18%
Lightness80%
Temperature
Warm ← → Cool74% 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#c2cfd5
RGBrgb(194, 207, 213)
HSLhsl(199, 18%, 80%)
CMYKcmyk(9%, 3%, 0%, 17%)
LABlab(82.3 -3.2 -4.5)
LCHlch(82.3 5.5 234.3)
OKLCHoklch(0.846 0.017 227.0)
Decimal12767189
Display P3color(display-p3 0.761 0.812 0.835)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2cfd5 on white: 1.59:1
AA ✗ fail · AA-large · AAA
Aa
#c2cfd5 on black: 13.18:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CCCED5
deuteranopia · #C9CCD5
tritanopia · #BDD1D1

Color scale — 50 to 950

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

#F6F8F8
#EEF1F2
#D8E0E3
#c2cfd5
#9BB1BA
#7A96A3
#648391
#536D79
#435761
#334148
#20292D
Base = 300Lightest = 50 · #F6F8F8Darkest = 950 · #20292D
:root {
  --brand-50: #F6F8F8;
  --brand-100: #EEF1F2;
  --brand-200: #D8E0E3;
  --brand-300: #c2cfd5;
  --brand-400: #9BB1BA;
  --brand-500: #7A96A3;
  --brand-600: #648391;
  --brand-700: #536D79;
  --brand-800: #435761;
  --brand-900: #334148;
  --brand-950: #20292D;
  --brand: #c2cfd5;
  --brand-ink: #000000;
}

Colors that work with #c2cfd5

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#F6F8F9
Tinted page background
Border#CFD9DE
Hairlines and dividers
Muted text#5E7B88
Captions on the surface
Accent#7D514F
Second voice, not a rival
Dark variant#34444B
Hover, pressed, headers
Light variant#F0F3F5
Selected rows, tints
Dark surface#171E21
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 #c2cfd5

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
  • 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#D5C8C2
Analogous left#C2D5D1
Analogous right#C2C6D5
Split-complement 1#D5C2C6
Split-complement 2#D5D1C2
Triadic 1#D5C2CF
Triadic 2#CFD5C2
Tetradic#D1C2D5

RGB percentages

Red76.1%
Green81.2%
Blue83.5%

CMYK percentages

Cyan8.9%
Magenta2.8%
Yellow0.0%
Key (black)16.5%

Color previews

#c2cfd5 text on a black background

contrast 13.18:1

Card sample

#c2cfd5 text on a white background

contrast 1.59:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2cfd5

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.

#c2cfd5 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#c2cfd5, answered

What color is #c2cfd5?

#c2cfd5 is a light soft cyan, closest to Light Gray (ΔE2000 5.9). It sits at 199° on the hue wheel with 18% saturation and 80% lightness, which reads as cool.

What is the RGB value of #c2cfd5?

rgb(194, 207, 213) — 194 red, 207 green and 213 blue out of 255, or 76.1% / 81.2% / 83.5% by channel.

Is #c2cfd5 a light or a dark color?

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

Should I use black or white text on #c2cfd5?

Black. It scores 13.18:1 against #c2cfd5, versus 1.59:1 for white — AAA at any size.

What is the complementary color of #c2cfd5?

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

What colors go well with #c2cfd5?

For interface work: #F6F8F9 as the surface, #CFD9DE for borders, #5E7B88 for secondary text, #7D514F as an accent and #34444B for hover and pressed states. For a palette, the analogous pair #C2D5D1 and #C2C6D5 stays calm, while #D5C8C2 is the loudest partner.

What is #c2cfd5 in CMYK for printing?

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

Is #c2cfd5 warm or cool?

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

Work with #c2cfd5 in the Color Lab