#cbebc9
a pale, vivid green · cool · closest name: beige
RGB
203, 235, 201
HSL
117°, 46%, 86%
CMYK
14, 0, 15, 8
Luminance
0.7633
Every format
| HEX | #cbebc9 |
| RGB | rgb(203, 235, 201) |
| HSL | hsl(117, 46%, 86%) |
| CMYK | cmyk(14%, 0%, 15%, 8%) |
| LAB | lab(90.0 -16.7 13.0) |
| LCH | lch(90.0 21.2 142.0) |
| OKLCH | oklch(0.908 0.057 143.5) |
Copy-ready code
/* CSS */
color: #cbebc9;
background-color: #cbebc9;
/* Tailwind (arbitrary) */
class="text-[#cbebc9] bg-[#cbebc9]"
/* SCSS */
$brand: #cbebc9;
/* SwiftUI */
Color(red: 0.796, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#cbebc9")Accessibility — WCAG contrast
Aa
#cbebc9 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbebc9 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.2%
Blue78.8%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#cbebc9 text on a black background
contrast 16.27:1
Card sample
#cbebc9 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbebc9;
Background color
Panel with #cbebc9 background
background-color: #cbebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbebc9; background: linear-gradient(135deg, #cbebc9, #C9EBDE);