Skip to content

#c0d3cf

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

RGB
192, 211, 207
HSL
167°, 18%, 79%
CMYK
9, 0, 2, 17
Luminance
0.6230

At a glance

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

Hex
#c0d3cf
Hue
167°
cyan
Saturation
18%
soft
Lightness
79%
light
Brightness
83%
HSV value
Perceived
80%
weighted brightness
Luminance
0.6230
WCAG relative
Temperature
Cool
66/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.46:1
Closest name
Powder Blue
ΔE2000 8.2
Where it sits
Hue167° of 360°
Saturation18%
Lightness79%
Temperature
Warm ← → Cool66% 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#c0d3cf
RGBrgb(192, 211, 207)
HSLhsl(167, 18%, 79%)
CMYKcmyk(9%, 0%, 2%, 17%)
LABlab(83.1 -7.1 -0.2)
LCHlch(83.1 7.1 181.7)
OKLCHoklch(0.851 0.021 181.8)
Decimal12637135
Display P3color(display-p3 0.753 0.827 0.812)

Copy-ready code

/* CSS */
color: #c0d3cf;
background-color: #c0d3cf;
/* Tailwind (arbitrary) */
class="text-[#c0d3cf] bg-[#c0d3cf]"
/* SCSS */
$brand: #c0d3cf;
/* SwiftUI */
Color(red: 0.753, green: 0.827, blue: 0.812)
/* Android */
Color.parseColor("#c0d3cf")
/* Flutter */
Color(0xFFC0D3CF)
/* Python / OpenCV (BGR) */
(207, 211, 192)

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

Accessibility — WCAG contrast

Aa
#c0d3cf on white: 1.56:1
AA ✗ fail · AA-large · AAA
Aa
#c0d3cf on black: 13.46:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D1D1CF
deuteranopia · #CDCECF
tritanopia · #BCD4D2

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c0d3cf 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
#D9E3E1
#c0d3cf
#9CBAB4
#7BA39A
#659087
#547871
#43605A
#334743
#202D2A
Base = 300Lightest = 50 · #F6F8F8Darkest = 950 · #202D2A
:root {
  --brand-50: #F6F8F8;
  --brand-100: #EEF2F1;
  --brand-200: #D9E3E1;
  --brand-300: #c0d3cf;
  --brand-400: #9CBAB4;
  --brand-500: #7BA39A;
  --brand-600: #659087;
  --brand-700: #547871;
  --brand-800: #43605A;
  --brand-900: #334743;
  --brand-950: #202D2A;
  --brand: #c0d3cf;
  --brand-ink: #000000;
}

Colors that work with #c0d3cf

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#CFDDDA
Hairlines and dividers
Muted text#5E877F
Captions on the surface
Accent#7C5065
Second voice, not a rival
Dark variant#344B46
Hover, pressed, headers
Light variant#F0F5F4
Selected rows, tints
Dark surface#17211F
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 #c0d3cf

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#D3C0C4
Analogous left#C0D3C5
Analogous right#C0CDD3
Split-complement 1#D3C0CD
Split-complement 2#D3C5C0
Triadic 1#CFC0D3
Triadic 2#D3CFC0
Tetradic#C5C0D3

RGB percentages

Red75.3%
Green82.7%
Blue81.2%

CMYK percentages

Cyan9.0%
Magenta0.0%
Yellow1.9%
Key (black)17.3%

Color previews

#c0d3cf text on a black background

contrast 13.46:1

Card sample

#c0d3cf text on a white background

contrast 1.56:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c0d3cf

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.

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

#c0d3cf, answered

What color is #c0d3cf?

#c0d3cf is a light soft cyan, closest to Powder Blue (ΔE2000 8.2). It sits at 167° on the hue wheel with 18% saturation and 79% lightness, which reads as cool.

What is the RGB value of #c0d3cf?

rgb(192, 211, 207) — 192 red, 211 green and 207 blue out of 255, or 75.3% / 82.7% / 81.2% by channel.

Is #c0d3cf a light or a dark color?

It is a light color. Relative luminance is 0.6230 and perceived brightness is 80%, so black text on it reaches 13.46:1.

Should I use black or white text on #c0d3cf?

Black. It scores 13.46:1 against #c0d3cf, versus 1.56:1 for white — AAA at any size.

What is the complementary color of #c0d3cf?

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

What colors go well with #c0d3cf?

For interface work: #F6F9F8 as the surface, #CFDDDA for borders, #5E877F for secondary text, #7C5065 as an accent and #344B46 for hover and pressed states. For a palette, the analogous pair #C0D3C5 and #C0CDD3 stays calm, while #D3C0C4 is the loudest partner.

What is #c0d3cf in CMYK for printing?

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

Is #c0d3cf warm or cool?

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

Work with #c0d3cf in the Color Lab