#cbe2af
a light, vivid green · cool · closest name: beige
RGB
203, 226, 175
HSL
87°, 47%, 79%
CMYK
10, 0, 23, 11
Luminance
0.7018
Every format
| HEX | #cbe2af |
| RGB | rgb(203, 226, 175) |
| HSL | hsl(87, 47%, 79%) |
| CMYK | cmyk(10%, 0%, 23%, 11%) |
| LAB | lab(87.1 -16.5 22.5) |
| LCH | lch(87.1 27.9 126.3) |
| OKLCH | oklch(0.883 0.072 127.6) |
Copy-ready code
/* CSS */
color: #cbe2af;
background-color: #cbe2af;
/* Tailwind (arbitrary) */
class="text-[#cbe2af] bg-[#cbe2af]"
/* SCSS */
$brand: #cbe2af;
/* SwiftUI */
Color(red: 0.796, green: 0.886, blue: 0.686)
/* Android */
Color.parseColor("#cbe2af")Accessibility — WCAG contrast
Aa
#cbe2af on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe2af on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green88.6%
Blue68.6%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow22.6%
Key (black)11.4%
Color previews
#cbe2af text on a black background
contrast 15.04:1
Card sample
#cbe2af text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe2af;
Background color
Panel with #cbe2af background
background-color: #cbe2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 226, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 226, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe2af; background: linear-gradient(135deg, #cbe2af, #AFE2B5);