Skip to content

#c2d3db

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

RGB
194, 211, 219
HSL
199°, 26%, 81%
CMYK
11, 4, 0, 14
Luminance
0.6317

At a glance

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

Hex
#c2d3db
Hue
199°
cyan
Saturation
26%
soft
Lightness
81%
light
Brightness
86%
HSV value
Perceived
81%
weighted brightness
Luminance
0.6317
WCAG relative
Temperature
Cool
84/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
13.63:1
Closest name
Light Blue
ΔE2000 7
Where it sits
Hue199° of 360°
Saturation26%
Lightness81%
Temperature
Warm ← → Cool84% 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#c2d3db
RGBrgb(194, 211, 219)
HSLhsl(199, 26%, 81%)
CMYKcmyk(11%, 4%, 0%, 14%)
LABlab(83.5 -4.1 -5.9)
LCHlch(83.5 7.2 235.0)
OKLCHoklch(0.856 0.021 227.6)
Decimal12768219
Display P3color(display-p3 0.761 0.827 0.859)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#c2d3db on white: 1.54:1
AA ✗ fail · AA-large · AAA
Aa
#c2d3db on black: 13.63:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CFD2DB
deuteranopia · #CBCFDB
tritanopia · #BCD5D5

Color scale — 50 to 950

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

#F6F8F9
#EDF1F3
#D6E1E5
#c2d3db
#95B3C1
#7299AC
#5B869A
#4C6F80
#3D5967
#2F424C
#1D2A2F
Base = 300Lightest = 50 · #F6F8F9Darkest = 950 · #1D2A2F
:root {
  --brand-50: #F6F8F9;
  --brand-100: #EDF1F3;
  --brand-200: #D6E1E5;
  --brand-300: #c2d3db;
  --brand-400: #95B3C1;
  --brand-500: #7299AC;
  --brand-600: #5B869A;
  --brand-700: #4C6F80;
  --brand-800: #3D5967;
  --brand-900: #2F424C;
  --brand-950: #1D2A2F;
  --brand: #c2d3db;
  --brand-ink: #000000;
}

Colors that work with #c2d3db

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#F5F8F9
Tinted page background
Border#CCDAE1
Hairlines and dividers
Muted text#557D90
Captions on the surface
Accent#844C48
Second voice, not a rival
Dark variant#2F4650
Hover, pressed, headers
Light variant#EFF3F6
Selected rows, tints
Dark surface#151F23
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 #c2d3db

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#DBCAC2
Analogous left#C2DBD7
Analogous right#C2C7DB
Split-complement 1#DBC2C7
Split-complement 2#DBD7C2
Triadic 1#DBC2D3
Triadic 2#D3DBC2
Tetradic#D7C2DB

RGB percentages

Red76.1%
Green82.7%
Blue85.9%

CMYK percentages

Cyan11.4%
Magenta3.7%
Yellow0.0%
Key (black)14.1%

Color previews

#c2d3db text on a black background

contrast 13.63:1

Card sample

#c2d3db text on a white background

contrast 1.54:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c2d3db

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.

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

#c2d3db, answered

What color is #c2d3db?

#c2d3db is a light soft cyan, closest to Light Blue (ΔE2000 7). It sits at 199° on the hue wheel with 26% saturation and 81% lightness, which reads as cool.

What is the RGB value of #c2d3db?

rgb(194, 211, 219) — 194 red, 211 green and 219 blue out of 255, or 76.1% / 82.7% / 85.9% by channel.

Is #c2d3db a light or a dark color?

It is a light color. Relative luminance is 0.6317 and perceived brightness is 81%, so black text on it reaches 13.63:1.

Should I use black or white text on #c2d3db?

Black. It scores 13.63:1 against #c2d3db, versus 1.54:1 for white — AAA at any size.

What is the complementary color of #c2d3db?

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

What colors go well with #c2d3db?

For interface work: #F5F8F9 as the surface, #CCDAE1 for borders, #557D90 for secondary text, #844C48 as an accent and #2F4650 for hover and pressed states. For a palette, the analogous pair #C2DBD7 and #C2C7DB stays calm, while #DBCAC2 is the loudest partner.

What is #c2d3db in CMYK for printing?

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

Is #c2d3db warm or cool?

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

Work with #c2d3db in the Color Lab