#cffae7
a pale, electric green · cool · closest name: beige
RGB
207, 250, 231
HSL
154°, 81%, 90%
CMYK
17, 0, 8, 2
Luminance
0.8741
Every format
| HEX | #cffae7 |
| RGB | rgb(207, 250, 231) |
| HSL | hsl(154, 81%, 90%) |
| CMYK | cmyk(17%, 0%, 8%, 2%) |
| LAB | lab(94.9 -17.4 4.5) |
| LCH | lch(94.9 18.0 165.3) |
| OKLCH | oklch(0.950 0.051 166.7) |
Copy-ready code
/* CSS */
color: #cffae7;
background-color: #cffae7;
/* Tailwind (arbitrary) */
class="text-[#cffae7] bg-[#cffae7]"
/* SCSS */
$brand: #cffae7;
/* SwiftUI */
Color(red: 0.812, green: 0.980, blue: 0.906)
/* Android */
Color.parseColor("#cffae7")Accessibility — WCAG contrast
Aa
#cffae7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffae7 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.0%
Blue90.6%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow7.6%
Key (black)2.0%
Color previews
#cffae7 text on a black background
contrast 18.48:1
Card sample
#cffae7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffae7;
Background color
Panel with #cffae7 background
background-color: #cffae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 250, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 250, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffae7; background: linear-gradient(135deg, #cffae7, #CFF0FA);