#cff9df
a pale, electric green · cool · closest name: beige
RGB
207, 249, 223
HSL
143°, 78%, 89%
CMYK
17, 0, 10, 2
Luminance
0.8634
Every format
| HEX | #cff9df |
| RGB | rgb(207, 249, 223) |
| HSL | hsl(143, 78%, 89%) |
| CMYK | cmyk(17%, 0%, 10%, 2%) |
| LAB | lab(94.5 -18.4 8.0) |
| LCH | lch(94.5 20.1 156.4) |
| OKLCH | oklch(0.946 0.056 158.0) |
Copy-ready code
/* CSS */
color: #cff9df;
background-color: #cff9df;
/* Tailwind (arbitrary) */
class="text-[#cff9df] bg-[#cff9df]"
/* SCSS */
$brand: #cff9df;
/* SwiftUI */
Color(red: 0.812, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#cff9df")Accessibility — WCAG contrast
Aa
#cff9df on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff9df on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.6%
Blue87.5%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#cff9df text on a black background
contrast 18.27:1
Card sample
#cff9df text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff9df;
Background color
Panel with #cff9df background
background-color: #cff9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff9df; background: linear-gradient(135deg, #cff9df, #CFF7F9);