#cff5ce
a pale, vivid green · cool · closest name: beige
RGB
207, 245, 206
HSL
119°, 66%, 88%
CMYK
16, 0, 16, 4
Luminance
0.8303
Every format
| HEX | #cff5ce |
| RGB | rgb(207, 245, 206) |
| HSL | hsl(119, 66%, 88%) |
| CMYK | cmyk(16%, 0%, 16%, 4%) |
| LAB | lab(93.0 -19.4 14.8) |
| LCH | lch(93.0 24.4 142.8) |
| OKLCH | oklch(0.933 0.065 144.4) |
Copy-ready code
/* CSS */
color: #cff5ce;
background-color: #cff5ce;
/* Tailwind (arbitrary) */
class="text-[#cff5ce] bg-[#cff5ce]"
/* SCSS */
$brand: #cff5ce;
/* SwiftUI */
Color(red: 0.812, green: 0.961, blue: 0.808)
/* Android */
Color.parseColor("#cff5ce")Accessibility — WCAG contrast
Aa
#cff5ce on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff5ce on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.1%
Blue80.8%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow15.9%
Key (black)3.9%
Color previews
#cff5ce text on a black background
contrast 17.61:1
Card sample
#cff5ce text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff5ce;
Background color
Panel with #cff5ce background
background-color: #cff5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 245, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 245, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff5ce; background: linear-gradient(135deg, #cff5ce, #CEF5E7);