Skip to content

#d3f3f2

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

RGB
211, 243, 242
HSL
178°, 57%, 89%
CMYK
13, 0, 0, 5
Luminance
0.8436

At a glance

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

Hex
#d3f3f2
Hue
178°
cyan
Saturation
57%
vivid
Lightness
89%
pale
Brightness
95%
HSV value
Perceived
92%
weighted brightness
Luminance
0.8436
WCAG relative
Temperature
Cool
87/100 cool
Color family
Cyan
Tone
Vivid
Best ink
Black
17.87:1
Closest name
Light Cyan
ΔE2000 2.6
Where it sits
Hue178° of 360°
Saturation57%
Lightness89%
Temperature
Warm ← → Cool87% 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#d3f3f2
RGBrgb(211, 243, 242)
HSLhsl(178, 57%, 89%)
CMYKcmyk(13%, 0%, 0%, 5%)
LABlab(93.6 -10.5 -3.0)
LCHlch(93.6 10.9 196.0)
OKLCHoklch(0.941 0.033 194.3)
Decimal13890546
Display P3color(display-p3 0.827 0.953 0.949)

Copy-ready code

/* CSS */
color: #d3f3f2;
background-color: #d3f3f2;
/* Tailwind (arbitrary) */
class="text-[#d3f3f2] bg-[#d3f3f2]"
/* SCSS */
$brand: #d3f3f2;
/* SwiftUI */
Color(red: 0.827, green: 0.953, blue: 0.949)
/* Android */
Color.parseColor("#d3f3f2")
/* Flutter */
Color(0xFFD3F3F2)
/* Python / OpenCV (BGR) */
(242, 243, 211)

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

Accessibility — WCAG contrast

Aa
#d3f3f2 on white: 1.18:1
AA ✗ fail · AA-large · AAA
Aa
#d3f3f2 on black: 17.87:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EFF0F2
deuteranopia · #E8EBF2
tritanopia · #CAF5F3

Color scale — 50 to 950

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

#F4FBFB
#E9F7F6
#d3f3f2
#A7E7E5
#7BDBD8
#4FCFCB
#35C0BC
#2CA09D
#23807D
#1D5D5B
#123A39
Base = 200Lightest = 50 · #F4FBFBDarkest = 950 · #123A39
:root {
  --brand-50: #F4FBFB;
  --brand-100: #E9F7F6;
  --brand-200: #d3f3f2;
  --brand-300: #A7E7E5;
  --brand-400: #7BDBD8;
  --brand-500: #4FCFCB;
  --brand-600: #35C0BC;
  --brand-700: #2CA09D;
  --brand-800: #23807D;
  --brand-900: #1D5D5B;
  --brand-950: #123A39;
  --brand: #d3f3f2;
  --brand-ink: #000000;
}

Colors that work with #d3f3f2

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#F4FAFA
Tinted page background
Border#C0EDEB
Hairlines and dividers
Muted text#4B9B98
Captions on the surface
Accent#A42849
Second voice, not a rival
Dark variant#1B6462
Hover, pressed, headers
Light variant#EBFAF9
Selected rows, tints
Dark surface#142424
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 #d3f3f2

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#F3D3D4
Analogous left#D3F3E2
Analogous right#D3E4F3
Split-complement 1#F3D3E4
Split-complement 2#F3E2D3
Triadic 1#F2D3F3
Triadic 2#F3F2D3
Tetradic#E2D3F3

RGB percentages

Red82.7%
Green95.3%
Blue94.9%

CMYK percentages

Cyan13.2%
Magenta0.0%
Yellow0.4%
Key (black)4.7%

Color previews

#d3f3f2 text on a black background

contrast 17.87:1

Card sample

#d3f3f2 text on a white background

contrast 1.18:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #d3f3f2

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.

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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#d3f3f2, answered

What color is #d3f3f2?

#d3f3f2 is a pale vivid cyan, closest to Light Cyan (ΔE2000 2.6). It sits at 178° on the hue wheel with 57% saturation and 89% lightness, which reads as cool.

What is the RGB value of #d3f3f2?

rgb(211, 243, 242) — 211 red, 243 green and 242 blue out of 255, or 82.7% / 95.3% / 94.9% by channel.

Is #d3f3f2 a light or a dark color?

It is a light color. Relative luminance is 0.8436 and perceived brightness is 92%, so black text on it reaches 17.87:1.

Should I use black or white text on #d3f3f2?

Black. It scores 17.87:1 against #d3f3f2, versus 1.18:1 for white — AAA at any size.

What is the complementary color of #d3f3f2?

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

What colors go well with #d3f3f2?

For interface work: #F4FAFA as the surface, #C0EDEB for borders, #4B9B98 for secondary text, #A42849 as an accent and #1B6462 for hover and pressed states. For a palette, the analogous pair #D3F3E2 and #D3E4F3 stays calm, while #F3D3D4 is the loudest partner.

What is #d3f3f2 in CMYK for printing?

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

Is #d3f3f2 warm or cool?

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

Work with #d3f3f2 in the Color Lab