Skip to content

#dcfaf4

a pale, electric cyan · cool · closest name: Light Cyan

RGB
220, 250, 244
HSL
168°, 75%, 92%
CMYK
12, 0, 2, 2
Luminance
0.9012

At a glance

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

Hex
#dcfaf4
Hue
168°
cyan
Saturation
75%
electric
Lightness
92%
pale
Brightness
98%
HSV value
Perceived
94%
weighted brightness
Luminance
0.9012
WCAG relative
Temperature
Cool
83/100 cool
Color family
Cyan
Tone
Electric
Best ink
Black
19.02:1
Closest name
Light Cyan
ΔE2000 2.8
Where it sits
Hue168° of 360°
Saturation75%
Lightness92%
Temperature
Warm ← → Cool83% 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#dcfaf4
RGBrgb(220, 250, 244)
HSLhsl(168, 75%, 92%)
CMYKcmyk(12%, 0%, 2%, 2%)
LABlab(96.0 -10.8 -0.4)
LCHlch(96.0 10.8 182.2)
OKLCHoklch(0.962 0.032 182.2)
Decimal14482164
Display P3color(display-p3 0.863 0.980 0.957)

Copy-ready code

/* CSS */
color: #dcfaf4;
background-color: #dcfaf4;
/* Tailwind (arbitrary) */
class="text-[#dcfaf4] bg-[#dcfaf4]"
/* SCSS */
$brand: #dcfaf4;
/* SwiftUI */
Color(red: 0.863, green: 0.980, blue: 0.957)
/* Android */
Color.parseColor("#dcfaf4")
/* Flutter */
Color(0xFFDCFAF4)
/* Python / OpenCV (BGR) */
(244, 250, 220)

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

Accessibility — WCAG contrast

Aa
#dcfaf4 on white: 1.10:1
AA ✗ fail · AA-large · AAA
Aa
#dcfaf4 on black: 19.02:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F7F6F4
deuteranopia · #F1F2F5
tritanopia · #D5FBF8

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dcfaf4 is pinned to step 100; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F3FCFA
#dcfaf4
#C8F4EB
#9DF1E0
#6CEAD1
#3BE3C1
#1FD6B1
#19B394
#148F76
#136757
#0C4136
Base = 100Lightest = 50 · #F3FCFADarkest = 950 · #0C4136
:root {
  --brand-50: #F3FCFA;
  --brand-100: #dcfaf4;
  --brand-200: #C8F4EB;
  --brand-300: #9DF1E0;
  --brand-400: #6CEAD1;
  --brand-500: #3BE3C1;
  --brand-600: #1FD6B1;
  --brand-700: #19B394;
  --brand-800: #148F76;
  --brand-900: #136757;
  --brand-950: #0C4136;
  --brand: #dcfaf4;
  --brand-ink: #000000;
}

Colors that work with #dcfaf4

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#F4FAF9
Tinted page background
Border#C0EDE4
Hairlines and dividers
Muted text#4B9B8B
Captions on the surface
Accent#B81461
Second voice, not a rival
Dark variant#10705C
Hover, pressed, headers
Light variant#E9FCF8
Selected rows, tints
Dark surface#142421
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 #dcfaf4

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
  • 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#FADCE2
Analogous left#DCFAE5
Analogous right#DCF1FA
Split-complement 1#FADCF1
Split-complement 2#FAE5DC
Triadic 1#F4DCFA
Triadic 2#FAF4DC
Tetradic#E5DCFA

RGB percentages

Red86.3%
Green98.0%
Blue95.7%

CMYK percentages

Cyan12.0%
Magenta0.0%
Yellow2.4%
Key (black)2.0%

Color previews

#dcfaf4 text on a black background

contrast 19.02:1

Card sample

#dcfaf4 text on a white background

contrast 1.10:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(220, 250, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 250, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfaf4;
background: linear-gradient(135deg, #dcfaf4, #DCECFA);

Monochromatic scale

Palettes built from #dcfaf4

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.

#dcfaf4 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#dcfaf4, answered

What color is #dcfaf4?

#dcfaf4 is a pale electric cyan, closest to Light Cyan (ΔE2000 2.8). It sits at 168° on the hue wheel with 75% saturation and 92% lightness, which reads as cool.

What is the RGB value of #dcfaf4?

rgb(220, 250, 244) — 220 red, 250 green and 244 blue out of 255, or 86.3% / 98% / 95.7% by channel.

Is #dcfaf4 a light or a dark color?

It is a light color. Relative luminance is 0.9012 and perceived brightness is 94%, so black text on it reaches 19.02:1.

Should I use black or white text on #dcfaf4?

Black. It scores 19.02:1 against #dcfaf4, versus 1.10:1 for white — AAA at any size.

What is the complementary color of #dcfaf4?

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

What colors go well with #dcfaf4?

For interface work: #F4FAF9 as the surface, #C0EDE4 for borders, #4B9B8B for secondary text, #B81461 as an accent and #10705C for hover and pressed states. For a palette, the analogous pair #DCFAE5 and #DCF1FA stays calm, while #FADCE2 is the loudest partner.

What is #dcfaf4 in CMYK for printing?

cmyk(12%, 0%, 2%, 2%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #dcfaf4 warm or cool?

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

Work with #dcfaf4 in the Color Lab