#cffbdf
a pale, electric green · cool · closest name: beige
RGB
207, 251, 223
HSL
142°, 85%, 90%
CMYK
18, 0, 11, 2
Luminance
0.8759
Every format
| HEX | #cffbdf |
| RGB | rgb(207, 251, 223) |
| HSL | hsl(142, 85%, 90%) |
| CMYK | cmyk(18%, 0%, 11%, 2%) |
| LAB | lab(95.0 -19.4 8.8) |
| LCH | lch(95.0 21.3 155.6) |
| OKLCH | oklch(0.950 0.059 157.2) |
Copy-ready code
/* CSS */
color: #cffbdf;
background-color: #cffbdf;
/* Tailwind (arbitrary) */
class="text-[#cffbdf] bg-[#cffbdf]"
/* SCSS */
$brand: #cffbdf;
/* SwiftUI */
Color(red: 0.812, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#cffbdf")Accessibility — WCAG contrast
Aa
#cffbdf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffbdf on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.4%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#cffbdf text on a black background
contrast 18.52:1
Card sample
#cffbdf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffbdf;
Background color
Panel with #cffbdf background
background-color: #cffbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffbdf; background: linear-gradient(135deg, #cffbdf, #CFFAFB);