Skip to content

#c2d4da

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

RGB
194, 212, 218
HSL
195°, 25%, 81%
CMYK
11, 3, 0, 15
Luminance
0.6362

At a glance

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

Hex
#c2d4da
Hue
195°
cyan
Saturation
25%
soft
Lightness
81%
light
Brightness
85%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6362
WCAG relative
Temperature
Cool
81/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.72:1
Closest name
Light Blue
ΔE2000 6.7
Where it sits
Hue195° of 360°
Saturation25%
Lightness81%
Temperature
Warm ← → Cool81% 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#c2d4da
RGBrgb(194, 212, 218)
HSLhsl(195, 25%, 81%)
CMYKcmyk(11%, 3%, 0%, 15%)
LABlab(83.8 -4.8 -5.0)
LCHlch(83.8 7.0 226.0)
OKLCHoklch(0.858 0.021 219.7)
Decimal12768474
Display P3color(display-p3 0.761 0.831 0.855)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2d4da on white: 1.53:1
AA ✗ fail · AA-large · AAA
Aa
#c2d4da on black: 13.72:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D0D3DA
deuteranopia · #CCCFDA
tritanopia · #BCD6D6

Color scale — 50 to 950

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

#F6F8F9
#EDF1F3
#D7E1E5
#c2d4da
#96B5BF
#739DAA
#5C8998
#4D727F
#3E5C66
#2F444B
#1E2B2F
Base = 300Lightest = 50 · #F6F8F9Darkest = 950 · #1E2B2F
:root {
  --brand-50: #F6F8F9;
  --brand-100: #EDF1F3;
  --brand-200: #D7E1E5;
  --brand-300: #c2d4da;
  --brand-400: #96B5BF;
  --brand-500: #739DAA;
  --brand-600: #5C8998;
  --brand-700: #4D727F;
  --brand-800: #3E5C66;
  --brand-900: #2F444B;
  --brand-950: #1E2B2F;
  --brand: #c2d4da;
  --brand-ink: #000000;
}

Colors that work with #c2d4da

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#F5F8F9
Tinted page background
Border#CCDBE0
Hairlines and dividers
Muted text#57818F
Captions on the surface
Accent#834949
Second voice, not a rival
Dark variant#30484F
Hover, pressed, headers
Light variant#EFF4F5
Selected rows, tints
Dark surface#151F23
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 #c2d4da

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#DAC8C2
Analogous left#C2DAD4
Analogous right#C2C8DA
Split-complement 1#DAC2C8
Split-complement 2#DAD4C2
Triadic 1#DAC2D4
Triadic 2#D4DAC2
Tetradic#D4C2DA

RGB percentages

Red76.1%
Green83.1%
Blue85.5%

CMYK percentages

Cyan11.0%
Magenta2.8%
Yellow0.0%
Key (black)14.5%

Color previews

#c2d4da text on a black background

contrast 13.72:1

Card sample

#c2d4da text on a white background

contrast 1.53:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2d4da

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.

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

#c2d4da, answered

What color is #c2d4da?

#c2d4da is a light soft cyan, closest to Light Blue (ΔE2000 6.7). It sits at 195° on the hue wheel with 25% saturation and 81% lightness, which reads as cool.

What is the RGB value of #c2d4da?

rgb(194, 212, 218) — 194 red, 212 green and 218 blue out of 255, or 76.1% / 83.1% / 85.5% by channel.

Is #c2d4da a light or a dark color?

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

Should I use black or white text on #c2d4da?

Black. It scores 13.72:1 against #c2d4da, versus 1.53:1 for white — AAA at any size.

What is the complementary color of #c2d4da?

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

What colors go well with #c2d4da?

For interface work: #F5F8F9 as the surface, #CCDBE0 for borders, #57818F for secondary text, #834949 as an accent and #30484F for hover and pressed states. For a palette, the analogous pair #C2DAD4 and #C2C8DA stays calm, while #DAC8C2 is the loudest partner.

What is #c2d4da in CMYK for printing?

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

Is #c2d4da warm or cool?

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

Work with #c2d4da in the Color Lab