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