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