#caffaf
a light, electric green · cool · closest name: khaki
RGB
202, 255, 175
HSL
100°, 100%, 84%
CMYK
21, 0, 31, 0
Luminance
0.8717
Every format
| HEX | #caffaf |
| RGB | rgb(202, 255, 175) |
| HSL | hsl(100, 100%, 84%) |
| CMYK | cmyk(21%, 0%, 31%, 0%) |
| LAB | lab(94.8 -30.8 32.9) |
| LCH | lch(94.8 45.1 133.0) |
| OKLCH | oklch(0.944 0.118 135.4) |
Copy-ready code
/* CSS */
color: #caffaf;
background-color: #caffaf;
/* Tailwind (arbitrary) */
class="text-[#caffaf] bg-[#caffaf]"
/* SCSS */
$brand: #caffaf;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#caffaf")Accessibility — WCAG contrast
Aa
#caffaf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffaf on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue68.6%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#caffaf text on a black background
contrast 18.43:1
Card sample
#caffaf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffaf;
Background color
Panel with #caffaf background
background-color: #caffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffaf; background: linear-gradient(135deg, #caffaf, #AFFFC9);