Skip to content

#caf3d7

a pale, vivid green · cool · closest name: Honey Dew

RGB
202, 243, 215
HSL
139°, 63%, 87%
CMYK
17, 0, 12, 5
Luminance
0.8156

At a glance

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

Hex
#caf3d7
Hue
139°
green
Saturation
63%
vivid
Lightness
87%
pale
Brightness
95%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8156
WCAG relative
Temperature
Cool
70/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.31:1
Closest name
Honey Dew
ΔE2000 9.3
Where it sits
Hue139° of 360°
Saturation63%
Lightness87%
Temperature
Warm ← → Cool70% 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#caf3d7
RGBrgb(202, 243, 215)
HSLhsl(139, 63%, 87%)
CMYKcmyk(17%, 0%, 12%, 5%)
LABlab(92.4 -18.5 9.1)
LCHlch(92.4 20.6 153.7)
OKLCHoklch(0.928 0.057 155.3)
Decimal13300695
Display P3color(display-p3 0.792 0.953 0.843)

Copy-ready code

/* CSS */
color: #caf3d7;
background-color: #caf3d7;
/* Tailwind (arbitrary) */
class="text-[#caf3d7] bg-[#caf3d7]"
/* SCSS */
$brand: #caf3d7;
/* SwiftUI */
Color(red: 0.792, green: 0.953, blue: 0.843)
/* Android */
Color.parseColor("#caf3d7")
/* Flutter */
Color(0xFFCAF3D7)
/* Python / OpenCV (BGR) */
(215, 243, 202)

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

Accessibility — WCAG contrast

Aa
#caf3d7 on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#caf3d7 on black: 17.31:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F3ECD6
deuteranopia · #EBE7D8
tritanopia · #C4F2EB

Color scale — 50 to 950

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

#F4FBF6
#E8F7ED
#caf3d7
#A4EABA
#76E097
#48D675
#2DC85E
#26A64E
#1E853F
#1A6130
#103C1E
Base = 200Lightest = 50 · #F4FBF6Darkest = 950 · #103C1E
:root {
  --brand-50: #F4FBF6;
  --brand-100: #E8F7ED;
  --brand-200: #caf3d7;
  --brand-300: #A4EABA;
  --brand-400: #76E097;
  --brand-500: #48D675;
  --brand-600: #2DC85E;
  --brand-700: #26A64E;
  --brand-800: #1E853F;
  --brand-900: #1A6130;
  --brand-950: #103C1E;
  --brand: #caf3d7;
  --brand-ink: #000000;
}

Colors that work with #caf3d7

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#F4FAF6
Tinted page background
Border#C0EDCE
Hairlines and dividers
Muted text#4B9B64
Captions on the surface
Accent#AA22A0
Second voice, not a rival
Dark variant#186831
Hover, pressed, headers
Light variant#EAFAEF
Selected rows, tints
Dark surface#142419
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 #caf3d7

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#F3CAE6
Analogous left#D2F3CA
Analogous right#CAF3EC
Split-complement 1#ECCAF3
Split-complement 2#F3CAD2
Triadic 1#D7CAF3
Triadic 2#F3D7CA
Tetradic#CAD2F3

RGB percentages

Red79.2%
Green95.3%
Blue84.3%

CMYK percentages

Cyan16.9%
Magenta0.0%
Yellow11.5%
Key (black)4.7%

Color previews

#caf3d7 text on a black background

contrast 17.31:1

Card sample

#caf3d7 text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #caf3d7

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.

#caf3d7 in the real world

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

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#caf3d7, answered

What color is #caf3d7?

#caf3d7 is a pale vivid green, closest to Honey Dew (ΔE2000 9.3). It sits at 139° on the hue wheel with 63% saturation and 87% lightness, which reads as cool.

What is the RGB value of #caf3d7?

rgb(202, 243, 215) — 202 red, 243 green and 215 blue out of 255, or 79.2% / 95.3% / 84.3% by channel.

Is #caf3d7 a light or a dark color?

It is a light color. Relative luminance is 0.8156 and perceived brightness is 90%, so black text on it reaches 17.31:1.

Should I use black or white text on #caf3d7?

Black. It scores 17.31:1 against #caf3d7, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #caf3d7?

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

What colors go well with #caf3d7?

For interface work: #F4FAF6 as the surface, #C0EDCE for borders, #4B9B64 for secondary text, #AA22A0 as an accent and #186831 for hover and pressed states. For a palette, the analogous pair #D2F3CA and #CAF3EC stays calm, while #F3CAE6 is the loudest partner.

What is #caf3d7 in CMYK for printing?

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

Is #caf3d7 warm or cool?

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

Work with #caf3d7 in the Color Lab