#caffdb
a pale, electric green · cool · closest name: beige
RGB
202, 255, 219
HSL
139°, 100%, 90%
CMYK
21, 0, 14, 0
Luminance
0.8919
Every format
| HEX | #caffdb |
| RGB | rgb(202, 255, 219) |
| HSL | hsl(139, 100%, 90%) |
| CMYK | cmyk(21%, 0%, 14%, 0%) |
| LAB | lab(95.7 -23.6 11.8) |
| LCH | lch(95.7 26.4 153.5) |
| OKLCH | oklch(0.954 0.072 155.1) |
Copy-ready code
/* CSS */
color: #caffdb;
background-color: #caffdb;
/* Tailwind (arbitrary) */
class="text-[#caffdb] bg-[#caffdb]"
/* SCSS */
$brand: #caffdb;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#caffdb")Accessibility — WCAG contrast
Aa
#caffdb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffdb on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue85.9%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#caffdb text on a black background
contrast 18.84:1
Card sample
#caffdb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffdb;
Background color
Panel with #caffdb background
background-color: #caffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffdb; background: linear-gradient(135deg, #caffdb, #CAFFFE);