Skip to content

#c0cdd3

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

RGB
192, 205, 211
HSL
199°, 18%, 79%
CMYK
9, 3, 0, 17
Luminance
0.5957

At a glance

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

Hex
#c0cdd3
Hue
199°
cyan
Saturation
18%
soft
Lightness
79%
light
Brightness
83%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5957
WCAG relative
Temperature
Cool
73/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
12.91:1
Closest name
Light Gray
ΔE2000 6.1
Where it sits
Hue199° of 360°
Saturation18%
Lightness79%
Temperature
Warm ← → Cool73% 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#c0cdd3
RGBrgb(192, 205, 211)
HSLhsl(199, 18%, 79%)
CMYKcmyk(9%, 3%, 0%, 17%)
LABlab(81.6 -3.2 -4.5)
LCHlch(81.6 5.5 234.3)
OKLCHoklch(0.840 0.017 227.0)
Decimal12635603
Display P3color(display-p3 0.753 0.804 0.827)

Copy-ready code

/* CSS */
color: #c0cdd3;
background-color: #c0cdd3;
/* Tailwind (arbitrary) */
class="text-[#c0cdd3] bg-[#c0cdd3]"
/* SCSS */
$brand: #c0cdd3;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.827)
/* Android */
Color.parseColor("#c0cdd3")
/* Flutter */
Color(0xFFC0CDD3)
/* Python / OpenCV (BGR) */
(211, 205, 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 #c0cdd3 · 12.91:1
Use #000000AAA at every size.
Aa
White text · 1.63:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.91:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c0cdd3 as text scores 1.63:1 on white and 12.91:1 on black.

Accessibility — WCAG contrast

Aa
#c0cdd3 on white: 1.63:1
AA ✗ fail · AA-large · AAA
Aa
#c0cdd3 on black: 12.91:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CACCD3
deuteranopia · #C7CAD3
tritanopia · #BBCFCF

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c0cdd3 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
#EEF0F2
#D9E0E3
#c0cdd3
#9CB0BA
#7B96A3
#658290
#546D78
#435760
#334147
#20292D
Base = 300Lightest = 50 · #F6F8F8Darkest = 950 · #20292D
:root {
  --brand-50: #F6F8F8;
  --brand-100: #EEF0F2;
  --brand-200: #D9E0E3;
  --brand-300: #c0cdd3;
  --brand-400: #9CB0BA;
  --brand-500: #7B96A3;
  --brand-600: #658290;
  --brand-700: #546D78;
  --brand-800: #435760;
  --brand-900: #334147;
  --brand-950: #20292D;
  --brand: #c0cdd3;
  --brand-ink: #000000;
}

Colors that work with #c0cdd3

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#F6F8F9
Tinted page background
Border#CFD9DD
Hairlines and dividers
Muted text#5E7A87
Captions on the surface
Accent#7C5250
Second voice, not a rival
Dark variant#34444B
Hover, pressed, headers
Light variant#F0F3F5
Selected rows, tints
Dark surface#171E21
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 #c0cdd3

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#D3C6C0
Analogous left#C0D3CF
Analogous right#C0C3D3
Split-complement 1#D3C0C3
Split-complement 2#D3CFC0
Triadic 1#D3C0CD
Triadic 2#CDD3C0
Tetradic#CFC0D3

RGB percentages

Red75.3%
Green80.4%
Blue82.7%

CMYK percentages

Cyan9.0%
Magenta2.8%
Yellow0.0%
Key (black)17.3%

Color previews

#c0cdd3 text on a black background

contrast 12.91:1

Card sample

#c0cdd3 text on a white background

contrast 1.63:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c0cdd3

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.

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

#c0cdd3, answered

What color is #c0cdd3?

#c0cdd3 is a light soft cyan, closest to Light Gray (ΔE2000 6.1). It sits at 199° on the hue wheel with 18% saturation and 79% lightness, which reads as cool.

What is the RGB value of #c0cdd3?

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

Is #c0cdd3 a light or a dark color?

It is a light color. Relative luminance is 0.5957 and perceived brightness is 79%, so black text on it reaches 12.91:1.

Should I use black or white text on #c0cdd3?

Black. It scores 12.91:1 against #c0cdd3, versus 1.63:1 for white — AAA at any size.

What is the complementary color of #c0cdd3?

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

What colors go well with #c0cdd3?

For interface work: #F6F8F9 as the surface, #CFD9DD for borders, #5E7A87 for secondary text, #7C5250 as an accent and #34444B for hover and pressed states. For a palette, the analogous pair #C0D3CF and #C0C3D3 stays calm, while #D3C6C0 is the loudest partner.

What is #c0cdd3 in CMYK for printing?

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

Is #c0cdd3 warm or cool?

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

Work with #c0cdd3 in the Color Lab