#cff8ce
a pale, electric green · cool · closest name: beige
RGB
207, 248, 206
HSL
119°, 75%, 89%
CMYK
17, 0, 17, 3
Luminance
0.8486
Every format
| HEX | #cff8ce |
| RGB | rgb(207, 248, 206) |
| HSL | hsl(119, 75%, 89%) |
| CMYK | cmyk(17%, 0%, 17%, 3%) |
| LAB | lab(93.8 -20.9 15.9) |
| LCH | lch(93.8 26.2 142.8) |
| OKLCH | oklch(0.939 0.070 144.4) |
Copy-ready code
/* CSS */
color: #cff8ce;
background-color: #cff8ce;
/* Tailwind (arbitrary) */
class="text-[#cff8ce] bg-[#cff8ce]"
/* SCSS */
$brand: #cff8ce;
/* SwiftUI */
Color(red: 0.812, green: 0.973, blue: 0.808)
/* Android */
Color.parseColor("#cff8ce")Accessibility — WCAG contrast
Aa
#cff8ce on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff8ce on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.3%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow16.9%
Key (black)2.7%
Color previews
#cff8ce text on a black background
contrast 17.97:1
Card sample
#cff8ce text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff8ce;
Background color
Panel with #cff8ce background
background-color: #cff8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 248, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 248, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff8ce; background: linear-gradient(135deg, #cff8ce, #CEF8E9);