Skip to content

#c2cfcb

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

RGB
194, 207, 203
HSL
162°, 12%, 79%
CMYK
6, 0, 2, 19
Luminance
0.6041

At a glance

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

Hex
#c2cfcb
Hue
162°
cyan
Saturation
12%
muted
Lightness
79%
light
Brightness
81%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6041
WCAG relative
Temperature
Cool
60/100 cool
Color family
Cyan
Tone
Muted
Best ink
Black
13.08:1
Closest name
Light Gray
ΔE2000 6.8
Where it sits
Hue162° of 360°
Saturation12%
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#c2cfcb
RGBrgb(194, 207, 203)
HSLhsl(162, 12%, 79%)
CMYKcmyk(6%, 0%, 2%, 19%)
LABlab(82.1 -5.2 0.5)
LCHlch(82.1 5.2 174.9)
OKLCHoklch(0.843 0.015 175.6)
Decimal12767179
Display P3color(display-p3 0.761 0.812 0.796)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2cfcb on white: 1.61:1
AA ✗ fail · AA-large · AAA
Aa
#c2cfcb on black: 13.08:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CECDCB
deuteranopia · #CBCBCB
tritanopia · #BFCFCE

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c2cfcb 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
#DAE1DF
#c2cfcb
#A1B5AF
#819C94
#6C8980
#5A726B
#485B55
#364440
#222A28
Base = 300Lightest = 50 · #F7F8F8Darkest = 950 · #222A28
:root {
  --brand-50: #F7F8F8;
  --brand-100: #EEF1F0;
  --brand-200: #DAE1DF;
  --brand-300: #c2cfcb;
  --brand-400: #A1B5AF;
  --brand-500: #819C94;
  --brand-600: #6C8980;
  --brand-700: #5A726B;
  --brand-800: #485B55;
  --brand-900: #364440;
  --brand-950: #222A28;
  --brand: #c2cfcb;
  --brand-ink: #000000;
}

Colors that work with #c2cfcb

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#D1DBD8
Hairlines and dividers
Muted text#658078
Captions on the surface
Accent#765667
Second voice, not a rival
Dark variant#384743
Hover, pressed, headers
Light variant#F1F4F3
Selected rows, tints
Dark surface#191F1D
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 #c2cfcb

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#CFC2C6
Analogous left#C2CFC4
Analogous right#C2CCCF
Split-complement 1#CFC2CC
Split-complement 2#CFC4C2
Triadic 1#CBC2CF
Triadic 2#CFCBC2
Tetradic#C4C2CF

RGB percentages

Red76.1%
Green81.2%
Blue79.6%

CMYK percentages

Cyan6.3%
Magenta0.0%
Yellow1.9%
Key (black)18.8%

Color previews

#c2cfcb text on a black background

contrast 13.08:1

Card sample

#c2cfcb text on a white background

contrast 1.61:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2cfcb

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.

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

#c2cfcb, answered

What color is #c2cfcb?

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

What is the RGB value of #c2cfcb?

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

Is #c2cfcb a light or a dark color?

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

Should I use black or white text on #c2cfcb?

Black. It scores 13.08:1 against #c2cfcb, versus 1.61:1 for white — AAA at any size.

What is the complementary color of #c2cfcb?

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

What colors go well with #c2cfcb?

For interface work: #F6F8F8 as the surface, #D1DBD8 for borders, #658078 for secondary text, #765667 as an accent and #384743 for hover and pressed states. For a palette, the analogous pair #C2CFC4 and #C2CCCF stays calm, while #CFC2C6 is the loudest partner.

What is #c2cfcb in CMYK for printing?

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

Is #c2cfcb 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 #C2CFC6; nudged cooler, #C1CFD0.

Work with #c2cfcb in the Color Lab