#caf3ac
a light, vivid green · cool · closest name: khaki
RGB
202, 243, 172
HSL
95°, 75%, 81%
CMYK
17, 0, 29, 5
Luminance
0.7964
Every format
| HEX | #caf3ac |
| RGB | rgb(202, 243, 172) |
| HSL | hsl(95, 75%, 81%) |
| CMYK | cmyk(17%, 0%, 29%, 5%) |
| LAB | lab(91.5 -25.5 30.0) |
| LCH | lch(91.5 39.4 130.4) |
| OKLCH | oklch(0.918 0.102 132.5) |
Copy-ready code
/* CSS */
color: #caf3ac;
background-color: #caf3ac;
/* Tailwind (arbitrary) */
class="text-[#caf3ac] bg-[#caf3ac]"
/* SCSS */
$brand: #caf3ac;
/* SwiftUI */
Color(red: 0.792, green: 0.953, blue: 0.675)
/* Android */
Color.parseColor("#caf3ac")Accessibility — WCAG contrast
Aa
#caf3ac on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf3ac on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green95.3%
Blue67.5%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow29.2%
Key (black)4.7%
Color previews
#caf3ac text on a black background
contrast 16.93:1
Card sample
#caf3ac text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf3ac;
Background color
Panel with #caf3ac background
background-color: #caf3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 243, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 243, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf3ac; background: linear-gradient(135deg, #caf3ac, #ACF3BD);