Skip to content

#c7dfe3

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

RGB
199, 223, 227
HSL
189°, 33%, 84%
CMYK
12, 2, 0, 11
Luminance
0.7046

At a glance

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

Hex
#c7dfe3
Hue
189°
cyan
Saturation
33%
soft
Lightness
84%
light
Brightness
89%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7046
WCAG relative
Temperature
Cool
89/100 cool
Color family
Cyan
Tone
Soft
Best ink
Black
15.09:1
Closest name
Light Blue
ΔE2000 5.8
Where it sits
Hue189° of 360°
Saturation33%
Lightness84%
Temperature
Warm ← → Cool89% 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#c7dfe3
RGBrgb(199, 223, 227)
HSLhsl(189, 33%, 84%)
CMYKcmyk(12%, 2%, 0%, 11%)
LABlab(87.2 -7.1 -4.7)
LCHlch(87.2 8.5 213.1)
OKLCHoklch(0.887 0.026 208.7)
Decimal13098979
Display P3color(display-p3 0.780 0.875 0.890)

Copy-ready code

/* CSS */
color: #c7dfe3;
background-color: #c7dfe3;
/* Tailwind (arbitrary) */
class="text-[#c7dfe3] bg-[#c7dfe3]"
/* SCSS */
$brand: #c7dfe3;
/* SwiftUI */
Color(red: 0.780, green: 0.875, blue: 0.890)
/* Android */
Color.parseColor("#c7dfe3")
/* Flutter */
Color(0xFFC7DFE3)
/* Python / OpenCV (BGR) */
(227, 223, 199)

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

Accessibility — WCAG contrast

Aa
#c7dfe3 on white: 1.39:1
AA ✗ fail · AA-large · AAA
Aa
#c7dfe3 on black: 15.09:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DBDDE3
deuteranopia · #D6D9E3
tritanopia · #BFE1E0

Color scale — 50 to 950

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

#F5F9F9
#ECF3F4
#c7dfe3
#B4D4DA
#8FBFC7
#69A9B4
#5297A3
#447E88
#36656D
#2A4B50
#1B2F32
Base = 200Lightest = 50 · #F5F9F9Darkest = 950 · #1B2F32
:root {
  --brand-50: #F5F9F9;
  --brand-100: #ECF3F4;
  --brand-200: #c7dfe3;
  --brand-300: #B4D4DA;
  --brand-400: #8FBFC7;
  --brand-500: #69A9B4;
  --brand-600: #5297A3;
  --brand-700: #447E88;
  --brand-800: #36656D;
  --brand-900: #2A4B50;
  --brand-950: #1B2F32;
  --brand: #c7dfe3;
  --brand-ink: #000000;
}

Colors that work with #c7dfe3

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#F5F9FA
Tinted page background
Border#C9E0E4
Hairlines and dividers
Muted text#4D8E99
Captions on the surface
Accent#8D3F49
Second voice, not a rival
Dark variant#2B4F55
Hover, pressed, headers
Light variant#EEF5F6
Selected rows, tints
Dark surface#142224
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 #c7dfe3

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#E3CBC7
Analogous left#C7E3D9
Analogous right#C7D1E3
Split-complement 1#E3C7D1
Split-complement 2#E3D9C7
Triadic 1#E3C7DF
Triadic 2#DFE3C7
Tetradic#D9C7E3

RGB percentages

Red78.0%
Green87.5%
Blue89.0%

CMYK percentages

Cyan12.3%
Magenta1.8%
Yellow0.0%
Key (black)11.0%

Color previews

#c7dfe3 text on a black background

contrast 15.09:1

Card sample

#c7dfe3 text on a white background

contrast 1.39:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(199, 223, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 223, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dfe3;
background: linear-gradient(135deg, #c7dfe3, #C7CCE3);

Monochromatic scale

Palettes built from #c7dfe3

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.

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

#c7dfe3, answered

What color is #c7dfe3?

#c7dfe3 is a light soft cyan, closest to Light Blue (ΔE2000 5.8). It sits at 189° on the hue wheel with 33% saturation and 84% lightness, which reads as cool.

What is the RGB value of #c7dfe3?

rgb(199, 223, 227) — 199 red, 223 green and 227 blue out of 255, or 78% / 87.5% / 89% by channel.

Is #c7dfe3 a light or a dark color?

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

Should I use black or white text on #c7dfe3?

Black. It scores 15.09:1 against #c7dfe3, versus 1.39:1 for white — AAA at any size.

What is the complementary color of #c7dfe3?

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

What colors go well with #c7dfe3?

For interface work: #F5F9FA as the surface, #C9E0E4 for borders, #4D8E99 for secondary text, #8D3F49 as an accent and #2B4F55 for hover and pressed states. For a palette, the analogous pair #C7E3D9 and #C7D1E3 stays calm, while #E3CBC7 is the loudest partner.

What is #c7dfe3 in CMYK for printing?

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

Is #c7dfe3 warm or cool?

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

Work with #c7dfe3 in the Color Lab