#cbeeba
a light, vivid green · cool · closest name: beige
RGB
203, 238, 186
HSL
100°, 61%, 83%
CMYK
15, 0, 22, 7
Luminance
0.7739
Every format
| HEX | #cbeeba |
| RGB | rgb(203, 238, 186) |
| HSL | hsl(100, 61%, 83%) |
| CMYK | cmyk(15%, 0%, 22%, 7%) |
| LAB | lab(90.5 -20.7 21.5) |
| LCH | lch(90.5 29.8 133.9) |
| OKLCH | oklch(0.911 0.078 135.5) |
Copy-ready code
/* CSS */
color: #cbeeba;
background-color: #cbeeba;
/* Tailwind (arbitrary) */
class="text-[#cbeeba] bg-[#cbeeba]"
/* SCSS */
$brand: #cbeeba;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#cbeeba")Accessibility — WCAG contrast
Aa
#cbeeba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeeba on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue72.9%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#cbeeba text on a black background
contrast 16.48:1
Card sample
#cbeeba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeeba;
Background color
Panel with #cbeeba background
background-color: #cbeeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeeba; background: linear-gradient(135deg, #cbeeba, #BAEECC);