Skip to content

#c6e2db

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

RGB
198, 226, 219
HSL
165°, 33%, 83%
CMYK
12, 0, 3, 11
Luminance
0.7151

At a glance

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

Hex
#c6e2db
Hue
165°
cyan
Saturation
33%
soft
Lightness
83%
light
Brightness
89%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7151
WCAG relative
Temperature
Cool
79/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
15.30:1
Closest name
Powder Blue
ΔE2000 6.8
Where it sits
Hue165° of 360°
Saturation33%
Lightness83%
Temperature
Warm ← → Cool79% 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#c6e2db
RGBrgb(198, 226, 219)
HSLhsl(165, 33%, 83%)
CMYKcmyk(12%, 0%, 3%, 11%)
LABlab(87.7 -10.6 0.3)
LCHlch(87.7 10.6 178.4)
OKLCHoklch(0.890 0.031 178.8)
Decimal13034203
Display P3color(display-p3 0.776 0.886 0.859)

Copy-ready code

/* CSS */
color: #c6e2db;
background-color: #c6e2db;
/* Tailwind (arbitrary) */
class="text-[#c6e2db] bg-[#c6e2db]"
/* SCSS */
$brand: #c6e2db;
/* SwiftUI */
Color(red: 0.776, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#c6e2db")
/* Flutter */
Color(0xFFC6E2DB)
/* Python / OpenCV (BGR) */
(219, 226, 198)

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 #c6e2db · 15.30:1
Use #000000AAA at every size.
Aa
White text · 1.37:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.30:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c6e2db as text scores 1.37:1 on white and 15.30:1 on black.

Accessibility — WCAG contrast

Aa
#c6e2db on white: 1.37:1
AA ✗ fail · AA-large · AAA
Aa
#c6e2db on black: 15.30:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DFDEDB
deuteranopia · #DADADC
tritanopia · #BFE3E0

Color scale — 50 to 950

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

#F5F9F8
#ECF4F2
#c6e2db
#B5D9D0
#8FC6B9
#6AB3A1
#52A28E
#458777
#376C5F
#2B5046
#1B322C
Base = 200Lightest = 50 · #F5F9F8Darkest = 950 · #1B322C
:root {
  --brand-50: #F5F9F8;
  --brand-100: #ECF4F2;
  --brand-200: #c6e2db;
  --brand-300: #B5D9D0;
  --brand-400: #8FC6B9;
  --brand-500: #6AB3A1;
  --brand-600: #52A28E;
  --brand-700: #458777;
  --brand-800: #376C5F;
  --brand-900: #2B5046;
  --brand-950: #1B322C;
  --brand: #c6e2db;
  --brand-ink: #000000;
}

Colors that work with #c6e2db

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#F5FAF9
Tinted page background
Border#C9E4DD
Hairlines and dividers
Muted text#4D9885
Captions on the surface
Accent#8C4066
Second voice, not a rival
Dark variant#2B554A
Hover, pressed, headers
Light variant#EEF6F4
Selected rows, tints
Dark surface#142420
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 #c6e2db

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#E2C6CD
Analogous left#C6E2CD
Analogous right#C6DBE2
Split-complement 1#E2C6DB
Split-complement 2#E2CDC6
Triadic 1#DBC6E2
Triadic 2#E2DBC6
Tetradic#CDC6E2

RGB percentages

Red77.6%
Green88.6%
Blue85.9%

CMYK percentages

Cyan12.4%
Magenta0.0%
Yellow3.1%
Key (black)11.4%

Color previews

#c6e2db text on a black background

contrast 15.30:1

Card sample

#c6e2db text on a white background

contrast 1.37:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(198, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6e2db;
background: linear-gradient(135deg, #c6e2db, #C6D6E2);

Monochromatic scale

Palettes built from #c6e2db

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.

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

#c6e2db, answered

What color is #c6e2db?

#c6e2db is a light soft cyan, closest to Powder Blue (ΔE2000 6.8). It sits at 165° on the hue wheel with 33% saturation and 83% lightness, which reads as cool.

What is the RGB value of #c6e2db?

rgb(198, 226, 219) — 198 red, 226 green and 219 blue out of 255, or 77.6% / 88.6% / 85.9% by channel.

Is #c6e2db a light or a dark color?

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

Should I use black or white text on #c6e2db?

Black. It scores 15.30:1 against #c6e2db, versus 1.37:1 for white — AAA at any size.

What is the complementary color of #c6e2db?

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

What colors go well with #c6e2db?

For interface work: #F5FAF9 as the surface, #C9E4DD for borders, #4D9885 for secondary text, #8C4066 as an accent and #2B554A for hover and pressed states. For a palette, the analogous pair #C6E2CD and #C6DBE2 stays calm, while #E2C6CD is the loudest partner.

What is #c6e2db in CMYK for printing?

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

Is #c6e2db warm or cool?

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

Work with #c6e2db in the Color Lab