Skip to content

#c2eceb

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

RGB
194, 236, 235
HSL
179°, 53%, 84%
CMYK
18, 0, 0, 8
Luminance
0.7746

At a glance

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

Hex
#c2eceb
Hue
179°
cyan
Saturation
53%
vivid
Lightness
84%
light
Brightness
93%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7746
WCAG relative
Temperature
Cool
87/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
16.49:1
Closest name
Powder Blue
ΔE2000 4.1
Where it sits
Hue179° of 360°
Saturation53%
Lightness84%
Temperature
Warm ← → Cool87% 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#c2eceb
RGBrgb(194, 236, 235)
HSLhsl(179, 53%, 84%)
CMYKcmyk(18%, 0%, 0%, 8%)
LABlab(90.5 -13.7 -4.0)
LCHlch(90.5 14.3 196.4)
OKLCHoklch(0.913 0.043 194.6)
Decimal12774635
Display P3color(display-p3 0.761 0.925 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2eceb on white: 1.27:1
AA ✗ fail · AA-large · AAA
Aa
#c2eceb on black: 16.49:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E6E8EB
deuteranopia · #DEE1EB
tritanopia · #B5EFEC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c2eceb is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F4FAFA
#E9F6F6
#c2eceb
#A9E4E3
#7FD7D5
#54CAC7
#3ABBB8
#309C99
#277C7A
#205B59
#143938
Base = 200Lightest = 50 · #F4FAFADarkest = 950 · #143938
:root {
  --brand-50: #F4FAFA;
  --brand-100: #E9F6F6;
  --brand-200: #c2eceb;
  --brand-300: #A9E4E3;
  --brand-400: #7FD7D5;
  --brand-500: #54CAC7;
  --brand-600: #3ABBB8;
  --brand-700: #309C99;
  --brand-800: #277C7A;
  --brand-900: #205B59;
  --brand-950: #143938;
  --brand: #c2eceb;
  --brand-ink: #000000;
}

Colors that work with #c2eceb

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#F4FAFA
Tinted page background
Border#C1ECEB
Hairlines and dividers
Muted text#4B9B99
Captions on the surface
Accent#A12B4D
Second voice, not a rival
Dark variant#1E6160
Hover, pressed, headers
Light variant#ECF9F9
Selected rows, tints
Dark surface#142424
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 #c2eceb

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#ECC2C3
Analogous left#C2ECD6
Analogous right#C2D8EC
Split-complement 1#ECC2D8
Split-complement 2#ECD6C2
Triadic 1#EBC2EC
Triadic 2#ECEBC2
Tetradic#D6C2EC

RGB percentages

Red76.1%
Green92.5%
Blue92.2%

CMYK percentages

Cyan17.8%
Magenta0.0%
Yellow0.4%
Key (black)7.5%

Color previews

#c2eceb text on a black background

contrast 16.49:1

Card sample

#c2eceb text on a white background

contrast 1.27:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2eceb

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.

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

#c2eceb, answered

What color is #c2eceb?

#c2eceb is a light vivid cyan, closest to Powder Blue (ΔE2000 4.1). It sits at 179° on the hue wheel with 53% saturation and 84% lightness, which reads as cool.

What is the RGB value of #c2eceb?

rgb(194, 236, 235) — 194 red, 236 green and 235 blue out of 255, or 76.1% / 92.5% / 92.2% by channel.

Is #c2eceb a light or a dark color?

It is a light color. Relative luminance is 0.7746 and perceived brightness is 88%, so black text on it reaches 16.49:1.

Should I use black or white text on #c2eceb?

Black. It scores 16.49:1 against #c2eceb, versus 1.27:1 for white — AAA at any size.

What is the complementary color of #c2eceb?

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

What colors go well with #c2eceb?

For interface work: #F4FAFA as the surface, #C1ECEB for borders, #4B9B99 for secondary text, #A12B4D as an accent and #1E6160 for hover and pressed states. For a palette, the analogous pair #C2ECD6 and #C2D8EC stays calm, while #ECC2C3 is the loudest partner.

What is #c2eceb in CMYK for printing?

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

Is #c2eceb warm or cool?

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

Work with #c2eceb in the Color Lab