#def2db
a pale, vivid green · cool · closest name: Honey Dew
At a glance
Every number on this page in one read: what #def2db is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #def2db |
| RGB | rgb(222, 242, 219) |
| HSL | hsl(112, 47%, 90%) |
| CMYK | cmyk(8%, 0%, 10%, 5%) |
| LAB | lab(93.5 -10.7 8.9) |
| LCH | lch(93.5 13.9 140.4) |
| OKLCH | oklch(0.940 0.037 141.6) |
| Decimal | 14611163 |
| Display P3 | color(display-p3 0.871 0.949 0.859) |
Copy-ready code
/* CSS */
color: #def2db;
background-color: #def2db;
/* Tailwind (arbitrary) */
class="text-[#def2db] bg-[#def2db]"
/* SCSS */
$brand: #def2db;
/* SwiftUI */
Color(red: 0.871, green: 0.949, blue: 0.859)
/* Android */
Color.parseColor("#def2db")
/* Flutter */
Color(0xFFDEF2DB)
/* Python / OpenCV (BGR) */
(219, 242, 222)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #def2db 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.
:root {
--brand-50: #F5FAF5;
--brand-100: #ECF5EA;
--brand-200: #def2db;
--brand-300: #B3E1AD;
--brand-400: #8ED283;
--brand-500: #68C35A;
--brand-600: #50B441;
--brand-700: #439636;
--brand-800: #35782B;
--brand-900: #2A5823;
--brand-950: #1A3716;
--brand: #def2db;
--brand-ink: #000000;
}Colors that work with #def2db
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #def2db
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #EFDBF2 | Directly opposite — maximum tension | |
| Analogous left | #EAF2DB | Neighbour, quieter | |
| Analogous right | #DBF2E4 | Neighbour, quieter | |
| Split-complement 1 | #E4DBF2 | Contrast without the clash | |
| Split-complement 2 | #F2DBEA | Contrast without the clash | |
| Triadic 1 | #DBDEF2 | Even thirds — balanced and loud | |
| Triadic 2 | #F2DBDE | Even thirds — balanced and loud | |
| Tetradic | #DBEAF2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#def2db text on a black background
contrast 17.83:1
#def2db text on a white background
contrast 1.18:1
CSS3 live lab
The quick brown fox
color: #def2db;
background-color: #def2db;
Glowing headline
text-shadow: 2px 2px 8px #def2db;
Soft neon halo
text-shadow: 0 0 14px rgba(222, 242, 219, 0.45);
box-shadow: 0 12px 32px -8px rgba(222, 242, 219, 0.45);
border: 3px solid #def2db; background: linear-gradient(135deg, #def2db, #DBF2E7);
Monochromatic scale
Palettes built from #def2db
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.
Closest color with a full write-up: Honeydew (#f0fff0) — ΔE2000 4.6 away, with its history, psychology and brand usage.
#def2db in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Very light tints can drop out on uncoated stock; check it at 100% size before signing off.
#def2db, answered
What color is #def2db?
#def2db is a pale vivid green, closest to Honey Dew (ΔE2000 4.6). It sits at 112° on the hue wheel with 47% saturation and 90% lightness, which reads as cool.
What is the RGB value of #def2db?
rgb(222, 242, 219) — 222 red, 242 green and 219 blue out of 255, or 87.1% / 94.9% / 85.9% by channel.
Is #def2db a light or a dark color?
It is a light color. Relative luminance is 0.8415 and perceived brightness is 92%, so black text on it reaches 17.83:1.
Should I use black or white text on #def2db?
Black. It scores 17.83:1 against #def2db, versus 1.18:1 for white — AAA at any size.
What is the complementary color of #def2db?
#EFDBF2 sits directly opposite on the wheel. Softer options are the split-complements #E4DBF2 and #F2DBEA, which give the same contrast with far less vibration.
What colors go well with #def2db?
For interface work: #F5FAF4 as the surface, #C8E9C3 for borders, #559B4B for secondary text, #75329A as an accent and #2A5E22 for hover and pressed states. For a palette, the analogous pair #EAF2DB and #DBF2E4 stays calm, while #EFDBF2 is the loudest partner.
What is #def2db in CMYK for printing?
cmyk(8%, 0%, 10%, 5%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #def2db warm or cool?
Cool — it scores 59 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #E6F2DB; nudged cooler, #DBF2E0.