Skip to content

#c2d3d2

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

RGB
194, 211, 210
HSL
177°, 16%, 79%
CMYK
8, 0, 1, 17
Luminance
0.6271

At a glance

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

Hex
#c2d3d2
Hue
177°
cyan
Saturation
16%
soft
Lightness
79%
light
Brightness
83%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6271
WCAG relative
Temperature
Cool
67/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.54:1
Closest name
Light Gray
ΔE2000 7.5
Where it sits
Hue177° of 360°
Saturation16%
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#c2d3d2
RGBrgb(194, 211, 210)
HSLhsl(177, 16%, 79%)
CMYKcmyk(8%, 0%, 1%, 17%)
LABlab(83.3 -5.9 -1.5)
LCHlch(83.3 6.1 194.0)
OKLCHoklch(0.854 0.018 192.5)
Decimal12768210
Display P3color(display-p3 0.761 0.827 0.824)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2d3d2 on white: 1.55:1
AA ✗ fail · AA-large · AAA
Aa
#c2d3d2 on black: 13.54:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D1D1D2
deuteranopia · #CDCED2
tritanopia · #BED4D3

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c2d3d2 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
#EEF2F1
#D9E3E2
#c2d3d2
#9DB8B7
#7DA19F
#678E8C
#557775
#445F5D
#344645
#212C2B
Base = 300Lightest = 50 · #F6F8F8Darkest = 950 · #212C2B
:root {
  --brand-50: #F6F8F8;
  --brand-100: #EEF2F1;
  --brand-200: #D9E3E2;
  --brand-300: #c2d3d2;
  --brand-400: #9DB8B7;
  --brand-500: #7DA19F;
  --brand-600: #678E8C;
  --brand-700: #557775;
  --brand-800: #445F5D;
  --brand-900: #344645;
  --brand-950: #212C2B;
  --brand: #c2d3d2;
  --brand-ink: #000000;
}

Colors that work with #c2d3d2

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#F6F9F8
Tinted page background
Border#D0DDDC
Hairlines and dividers
Muted text#608583
Captions on the surface
Accent#7A525D
Second voice, not a rival
Dark variant#354A49
Hover, pressed, headers
Light variant#F0F4F4
Selected rows, tints
Dark surface#182120
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 #c2d3d2

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#D3C2C3
Analogous left#C2D3C9
Analogous right#C2CBD3
Split-complement 1#D3C2CB
Split-complement 2#D3C9C2
Triadic 1#D2C2D3
Triadic 2#D3D2C2
Tetradic#C9C2D3

RGB percentages

Red76.1%
Green82.7%
Blue82.4%

CMYK percentages

Cyan8.1%
Magenta0.0%
Yellow0.5%
Key (black)17.3%

Color previews

#c2d3d2 text on a black background

contrast 13.54:1

Card sample

#c2d3d2 text on a white background

contrast 1.55:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2d3d2

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.

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

#c2d3d2, answered

What color is #c2d3d2?

#c2d3d2 is a light soft cyan, closest to Light Gray (ΔE2000 7.5). It sits at 177° on the hue wheel with 16% saturation and 79% lightness, which reads as cool.

What is the RGB value of #c2d3d2?

rgb(194, 211, 210) — 194 red, 211 green and 210 blue out of 255, or 76.1% / 82.7% / 82.4% by channel.

Is #c2d3d2 a light or a dark color?

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

Should I use black or white text on #c2d3d2?

Black. It scores 13.54:1 against #c2d3d2, versus 1.55:1 for white — AAA at any size.

What is the complementary color of #c2d3d2?

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

What colors go well with #c2d3d2?

For interface work: #F6F9F8 as the surface, #D0DDDC for borders, #608583 for secondary text, #7A525D as an accent and #354A49 for hover and pressed states. For a palette, the analogous pair #C2D3C9 and #C2CBD3 stays calm, while #D3C2C3 is the loudest partner.

What is #c2d3d2 in CMYK for printing?

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

Is #c2d3d2 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 #C2D3CC; nudged cooler, #C1CED4.

Work with #c2d3d2 in the Color Lab