#cffce8
a pale, electric green · cool · closest name: beige
RGB
207, 252, 232
HSL
153°, 88%, 90%
CMYK
18, 0, 8, 1
Luminance
0.8871
Every format
| HEX | #cffce8 |
| RGB | rgb(207, 252, 232) |
| HSL | hsl(153, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 8%, 1%) |
| LAB | lab(95.5 -18.2 4.8) |
| LCH | lch(95.5 18.8 165.1) |
| OKLCH | oklch(0.954 0.053 166.5) |
Copy-ready code
/* CSS */
color: #cffce8;
background-color: #cffce8;
/* Tailwind (arbitrary) */
class="text-[#cffce8] bg-[#cffce8]"
/* SCSS */
$brand: #cffce8;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.910)
/* Android */
Color.parseColor("#cffce8")Accessibility — WCAG contrast
Aa
#cffce8 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffce8 on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue91.0%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow7.9%
Key (black)1.2%
Color previews
#cffce8 text on a black background
contrast 18.74:1
Card sample
#cffce8 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffce8;
Background color
Panel with #cffce8 background
background-color: #cffce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffce8; background: linear-gradient(135deg, #cffce8, #CFF2FC);