#cff2af
a light, vivid green · cool · closest name: khaki
RGB
207, 242, 175
HSL
91°, 72%, 82%
CMYK
15, 0, 28, 5
Luminance
0.7986
Every format
| HEX | #cff2af |
| RGB | rgb(207, 242, 175) |
| HSL | hsl(91, 72%, 82%) |
| CMYK | cmyk(15%, 0%, 28%, 5%) |
| LAB | lab(91.6 -22.9 28.7) |
| LCH | lch(91.6 36.7 128.6) |
| OKLCH | oklch(0.920 0.095 130.5) |
Copy-ready code
/* CSS */
color: #cff2af;
background-color: #cff2af;
/* Tailwind (arbitrary) */
class="text-[#cff2af] bg-[#cff2af]"
/* SCSS */
$brand: #cff2af;
/* SwiftUI */
Color(red: 0.812, green: 0.949, blue: 0.686)
/* Android */
Color.parseColor("#cff2af")Accessibility — WCAG contrast
Aa
#cff2af on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff2af on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.9%
Blue68.6%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow27.7%
Key (black)5.1%
Color previews
#cff2af text on a black background
contrast 16.97:1
Card sample
#cff2af text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff2af;
Background color
Panel with #cff2af background
background-color: #cff2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 242, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 242, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff2af; background: linear-gradient(135deg, #cff2af, #AFF2BC);