#cbe5cb
a light, soft green · cool · closest name: beige
RGB
203, 229, 203
HSL
120°, 33%, 85%
CMYK
11, 0, 11, 10
Luminance
0.7305
Every format
| HEX | #cbe5cb |
| RGB | rgb(203, 229, 203) |
| HSL | hsl(120, 33%, 85%) |
| CMYK | cmyk(11%, 0%, 11%, 10%) |
| LAB | lab(88.5 -13.4 9.8) |
| LCH | lch(88.5 16.6 143.8) |
| OKLCH | oklch(0.896 0.045 145.2) |
Copy-ready code
/* CSS */
color: #cbe5cb;
background-color: #cbe5cb;
/* Tailwind (arbitrary) */
class="text-[#cbe5cb] bg-[#cbe5cb]"
/* SCSS */
$brand: #cbe5cb;
/* SwiftUI */
Color(red: 0.796, green: 0.898, blue: 0.796)
/* Android */
Color.parseColor("#cbe5cb")Accessibility — WCAG contrast
Aa
#cbe5cb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe5cb on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green89.8%
Blue79.6%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow11.4%
Key (black)10.2%
Color previews
#cbe5cb text on a black background
contrast 15.61:1
Card sample
#cbe5cb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe5cb;
Background color
Panel with #cbe5cb background
background-color: #cbe5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 229, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 229, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe5cb; background: linear-gradient(135deg, #cbe5cb, #CBE5DC);