#cff7ce
a pale, vivid green · cool · closest name: beige
RGB
207, 247, 206
HSL
119°, 72%, 89%
CMYK
16, 0, 17, 3
Luminance
0.8424
Every format
| HEX | #cff7ce |
| RGB | rgb(207, 247, 206) |
| HSL | hsl(119, 72%, 89%) |
| CMYK | cmyk(16%, 0%, 17%, 3%) |
| LAB | lab(93.6 -20.4 15.5) |
| LCH | lch(93.6 25.6 142.8) |
| OKLCH | oklch(0.937 0.069 144.4) |
Copy-ready code
/* CSS */
color: #cff7ce;
background-color: #cff7ce;
/* Tailwind (arbitrary) */
class="text-[#cff7ce] bg-[#cff7ce]"
/* SCSS */
$brand: #cff7ce;
/* SwiftUI */
Color(red: 0.812, green: 0.969, blue: 0.808)
/* Android */
Color.parseColor("#cff7ce")Accessibility — WCAG contrast
Aa
#cff7ce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff7ce on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.9%
Blue80.8%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow16.6%
Key (black)3.1%
Color previews
#cff7ce text on a black background
contrast 17.85:1
Card sample
#cff7ce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff7ce;
Background color
Panel with #cff7ce background
background-color: #cff7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 247, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 247, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff7ce; background: linear-gradient(135deg, #cff7ce, #CEF7E8);