#cffcaf
a light, electric green · cool · closest name: khaki
RGB
207, 252, 175
HSL
95°, 93%, 84%
CMYK
18, 0, 31, 1
Luminance
0.8598
Every format
| HEX | #cffcaf |
| RGB | rgb(207, 252, 175) |
| HSL | hsl(95, 93%, 84%) |
| CMYK | cmyk(18%, 0%, 31%, 1%) |
| LAB | lab(94.3 -27.6 32.3) |
| LCH | lch(94.3 42.5 130.6) |
| OKLCH | oklch(0.941 0.111 132.8) |
Copy-ready code
/* CSS */
color: #cffcaf;
background-color: #cffcaf;
/* Tailwind (arbitrary) */
class="text-[#cffcaf] bg-[#cffcaf]"
/* SCSS */
$brand: #cffcaf;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#cffcaf")Accessibility — WCAG contrast
Aa
#cffcaf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcaf on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#cffcaf text on a black background
contrast 18.20:1
Card sample
#cffcaf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcaf;
Background color
Panel with #cffcaf background
background-color: #cffcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcaf; background: linear-gradient(135deg, #cffcaf, #AFFCC2);