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