#cbecc2
a light, vivid green · cool · closest name: beige
RGB
203, 236, 194
HSL
107°, 53%, 84%
CMYK
14, 0, 18, 8
Luminance
0.7658
Every format
| HEX | #cbecc2 |
| RGB | rgb(203, 236, 194) |
| HSL | hsl(107, 53%, 84%) |
| CMYK | cmyk(14%, 0%, 18%, 8%) |
| LAB | lab(90.1 -18.4 16.8) |
| LCH | lch(90.1 24.9 137.5) |
| OKLCH | oklch(0.908 0.066 139.0) |
Copy-ready code
/* CSS */
color: #cbecc2;
background-color: #cbecc2;
/* Tailwind (arbitrary) */
class="text-[#cbecc2] bg-[#cbecc2]"
/* SCSS */
$brand: #cbecc2;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.761)
/* Android */
Color.parseColor("#cbecc2")Accessibility — WCAG contrast
Aa
#cbecc2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbecc2 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue76.1%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow17.8%
Key (black)7.5%
Color previews
#cbecc2 text on a black background
contrast 16.32:1
Card sample
#cbecc2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbecc2;
Background color
Panel with #cbecc2 background
background-color: #cbecc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbecc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbecc2; background: linear-gradient(135deg, #cbecc2, #C2ECD5);