#cfe5ac
a light, vivid green · cool · closest name: beige
RGB
207, 229, 172
HSL
83°, 52%, 79%
CMYK
10, 0, 25, 10
Luminance
0.7228
Every format
| HEX | #cfe5ac |
| RGB | rgb(207, 229, 172) |
| HSL | hsl(83, 52%, 79%) |
| CMYK | cmyk(10%, 0%, 25%, 10%) |
| LAB | lab(88.1 -17.0 25.4) |
| LCH | lch(88.1 30.6 123.7) |
| OKLCH | oklch(0.891 0.079 125.1) |
Copy-ready code
/* CSS */
color: #cfe5ac;
background-color: #cfe5ac;
/* Tailwind (arbitrary) */
class="text-[#cfe5ac] bg-[#cfe5ac]"
/* SCSS */
$brand: #cfe5ac;
/* SwiftUI */
Color(red: 0.812, green: 0.898, blue: 0.675)
/* Android */
Color.parseColor("#cfe5ac")Accessibility — WCAG contrast
Aa
#cfe5ac on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe5ac on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green89.8%
Blue67.5%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow24.9%
Key (black)10.2%
Color previews
#cfe5ac text on a black background
contrast 15.46:1
Card sample
#cfe5ac text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe5ac;
Background color
Panel with #cfe5ac background
background-color: #cfe5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 229, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 229, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe5ac; background: linear-gradient(135deg, #cfe5ac, #ACE5AF);