#cbedb6
a light, vivid green · cool · closest name: beige
RGB
203, 237, 182
HSL
97°, 60%, 82%
CMYK
14, 0, 23, 7
Luminance
0.7664
Every format
| HEX | #cbedb6 |
| RGB | rgb(203, 237, 182) |
| HSL | hsl(97, 60%, 82%) |
| CMYK | cmyk(14%, 0%, 23%, 7%) |
| LAB | lab(90.2 -20.8 23.1) |
| LCH | lch(90.2 31.1 132.0) |
| OKLCH | oklch(0.908 0.081 133.7) |
Copy-ready code
/* CSS */
color: #cbedb6;
background-color: #cbedb6;
/* Tailwind (arbitrary) */
class="text-[#cbedb6] bg-[#cbedb6]"
/* SCSS */
$brand: #cbedb6;
/* SwiftUI */
Color(red: 0.796, green: 0.929, blue: 0.714)
/* Android */
Color.parseColor("#cbedb6")Accessibility — WCAG contrast
Aa
#cbedb6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbedb6 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.9%
Blue71.4%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow23.2%
Key (black)7.1%
Color previews
#cbedb6 text on a black background
contrast 16.33:1
Card sample
#cbedb6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbedb6;
Background color
Panel with #cbedb6 background
background-color: #cbedb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbedb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 237, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 237, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbedb6; background: linear-gradient(135deg, #cbedb6, #B6EDC6);