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