Skip to content

#c0d8eb

a light, vivid blue · cool · closest name: Light Steel Blue

RGB
192, 216, 235
HSL
207°, 52%, 84%
CMYK
18, 8, 0, 8
Luminance
0.6632

At a glance

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

Hex
#c0d8eb
Hue
207°
blue
Saturation
52%
vivid
Lightness
84%
light
Brightness
92%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6632
WCAG relative
Temperature
Cool
99/100 cool
Color family
Blue
Tone
Vivid
Best ink
Black
14.26:1
Closest name
Light Steel Blue
ΔE2000 5.9
Where it sits
Hue207° of 360°
Saturation52%
Lightness84%
Temperature
Warm ← → Cool99% 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#c0d8eb
RGBrgb(192, 216, 235)
HSLhsl(207, 52%, 84%)
CMYKcmyk(18%, 8%, 0%, 8%)
LABlab(85.2 -4.1 -12.0)
LCHlch(85.2 12.7 251.3)
OKLCHoklch(0.870 0.037 241.8)
Decimal12638443
Display P3color(display-p3 0.753 0.847 0.922)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c0d8eb on white: 1.47:1
AA ✗ fail · AA-large · AAA
Aa
#c0d8eb on black: 14.26:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D0D7EC
deuteranopia · #CBD3EB
tritanopia · #B5DDDE

Color scale — 50 to 950

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

#F4F8FA
#EAF0F6
#c0d8eb
#AACAE4
#7FB0D6
#5596C9
#3B82BA
#316C9B
#27577C
#20415A
#142838
Base = 200Lightest = 50 · #F4F8FADarkest = 950 · #142838
:root {
  --brand-50: #F4F8FA;
  --brand-100: #EAF0F6;
  --brand-200: #c0d8eb;
  --brand-300: #AACAE4;
  --brand-400: #7FB0D6;
  --brand-500: #5596C9;
  --brand-600: #3B82BA;
  --brand-700: #316C9B;
  --brand-800: #27577C;
  --brand-900: #20415A;
  --brand-950: #142838;
  --brand: #c0d8eb;
  --brand-ink: #000000;
}

Colors that work with #c0d8eb

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#F4F8FA
Tinted page background
Border#C1D9EB
Hairlines and dividers
Muted text#4B779B
Captions on the surface
Accent#A0422C
Second voice, not a rival
Dark variant#1F4461
Hover, pressed, headers
Light variant#ECF3F9
Selected rows, tints
Dark surface#141D24
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 #c0d8eb

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
  • 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#EBD3C0
Analogous left#C0EBE8
Analogous right#C0C2EB
Split-complement 1#EBC0C2
Split-complement 2#EBE8C0
Triadic 1#EBC0D8
Triadic 2#D8EBC0
Tetradic#E8C0EB

RGB percentages

Red75.3%
Green84.7%
Blue92.2%

CMYK percentages

Cyan18.3%
Magenta8.1%
Yellow0.0%
Key (black)7.8%

Color previews

#c0d8eb text on a black background

contrast 14.26:1

Card sample

#c0d8eb text on a white background

contrast 1.47:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c0d8eb

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.

#c0d8eb in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
TechnologyFinanceHealthcareEnterprise SaaS
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#c0d8eb, answered

What color is #c0d8eb?

#c0d8eb is a light vivid blue, closest to Light Steel Blue (ΔE2000 5.9). It sits at 207° on the hue wheel with 52% saturation and 84% lightness, which reads as cool.

What is the RGB value of #c0d8eb?

rgb(192, 216, 235) — 192 red, 216 green and 235 blue out of 255, or 75.3% / 84.7% / 92.2% by channel.

Is #c0d8eb a light or a dark color?

It is a light color. Relative luminance is 0.6632 and perceived brightness is 83%, so black text on it reaches 14.26:1.

Should I use black or white text on #c0d8eb?

Black. It scores 14.26:1 against #c0d8eb, versus 1.47:1 for white — AAA at any size.

What is the complementary color of #c0d8eb?

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

What colors go well with #c0d8eb?

For interface work: #F4F8FA as the surface, #C1D9EB for borders, #4B779B for secondary text, #A0422C as an accent and #1F4461 for hover and pressed states. For a palette, the analogous pair #C0EBE8 and #C0C2EB stays calm, while #EBD3C0 is the loudest partner.

What is #c0d8eb in CMYK for printing?

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

Is #c0d8eb warm or cool?

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

Work with #c0d8eb in the Color Lab