Skip to content

#c2e1df

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

RGB
194, 225, 223
HSL
176°, 34%, 82%
CMYK
14, 0, 1, 12
Luminance
0.7065

At a glance

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

Hex
#c2e1df
Hue
176°
cyan
Saturation
34%
soft
Lightness
82%
light
Brightness
88%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7065
WCAG relative
Temperature
Cool
85/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
15.13:1
Closest name
Powder Blue
ΔE2000 4.7
Where it sits
Hue176° of 360°
Saturation34%
Lightness82%
Temperature
Warm ← → Cool85% 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#c2e1df
RGBrgb(194, 225, 223)
HSLhsl(176, 34%, 82%)
CMYKcmyk(14%, 0%, 1%, 12%)
LABlab(87.3 -10.5 -2.5)
LCHlch(87.3 10.8 193.1)
OKLCHoklch(0.887 0.033 191.8)
Decimal12771807
Display P3color(display-p3 0.761 0.882 0.875)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2e1df on white: 1.39:1
AA ✗ fail · AA-large · AAA
Aa
#c2e1df on black: 15.13:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DDDEDF
deuteranopia · #D7D9DF
tritanopia · #B9E3E0

Color scale — 50 to 950

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

#F5F9F9
#ECF4F3
#D4E8E7
#c2e1df
#8EC8C4
#69B5B0
#51A49F
#438984
#366D6A
#2A504E
#1A3231
Base = 300Lightest = 50 · #F5F9F9Darkest = 950 · #1A3231
:root {
  --brand-50: #F5F9F9;
  --brand-100: #ECF4F3;
  --brand-200: #D4E8E7;
  --brand-300: #c2e1df;
  --brand-400: #8EC8C4;
  --brand-500: #69B5B0;
  --brand-600: #51A49F;
  --brand-700: #438984;
  --brand-800: #366D6A;
  --brand-900: #2A504E;
  --brand-950: #1A3231;
  --brand: #c2e1df;
  --brand-ink: #000000;
}

Colors that work with #c2e1df

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#F5FAFA
Tinted page background
Border#C8E4E2
Hairlines and dividers
Muted text#4C9A95
Captions on the surface
Accent#8D3F57
Second voice, not a rival
Dark variant#2A5553
Hover, pressed, headers
Light variant#EEF7F6
Selected rows, tints
Dark surface#142423
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 #c2e1df

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#E1C2C4
Analogous left#C2E1D0
Analogous right#C2D4E1
Split-complement 1#E1C2D4
Split-complement 2#E1D0C2
Triadic 1#DFC2E1
Triadic 2#E1DFC2
Tetradic#D0C2E1

RGB percentages

Red76.1%
Green88.2%
Blue87.5%

CMYK percentages

Cyan13.8%
Magenta0.0%
Yellow0.9%
Key (black)11.8%

Color previews

#c2e1df text on a black background

contrast 15.13:1

Card sample

#c2e1df text on a white background

contrast 1.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2e1df

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.

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

#c2e1df, answered

What color is #c2e1df?

#c2e1df is a light soft cyan, closest to Powder Blue (ΔE2000 4.7). It sits at 176° on the hue wheel with 34% saturation and 82% lightness, which reads as cool.

What is the RGB value of #c2e1df?

rgb(194, 225, 223) — 194 red, 225 green and 223 blue out of 255, or 76.1% / 88.2% / 87.5% by channel.

Is #c2e1df a light or a dark color?

It is a light color. Relative luminance is 0.7065 and perceived brightness is 85%, so black text on it reaches 15.13:1.

Should I use black or white text on #c2e1df?

Black. It scores 15.13:1 against #c2e1df, versus 1.39:1 for white — AAA at any size.

What is the complementary color of #c2e1df?

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

What colors go well with #c2e1df?

For interface work: #F5FAFA as the surface, #C8E4E2 for borders, #4C9A95 for secondary text, #8D3F57 as an accent and #2A5553 for hover and pressed states. For a palette, the analogous pair #C2E1D0 and #C2D4E1 stays calm, while #E1C2C4 is the loudest partner.

What is #c2e1df in CMYK for printing?

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

Is #c2e1df warm or cool?

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

Work with #c2e1df in the Color Lab