#cbeccf
a pale, vivid green · cool · closest name: beige
RGB
203, 236, 207
HSL
127°, 47%, 86%
CMYK
14, 0, 12, 8
Luminance
0.7719
Every format
| HEX | #cbeccf |
| RGB | rgb(203, 236, 207) |
| HSL | hsl(127, 47%, 86%) |
| CMYK | cmyk(14%, 0%, 12%, 8%) |
| LAB | lab(90.4 -16.2 10.5) |
| LCH | lch(90.4 19.3 147.0) |
| OKLCH | oklch(0.911 0.052 148.6) |
Copy-ready code
/* CSS */
color: #cbeccf;
background-color: #cbeccf;
/* Tailwind (arbitrary) */
class="text-[#cbeccf] bg-[#cbeccf]"
/* SCSS */
$brand: #cbeccf;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#cbeccf")Accessibility — WCAG contrast
Aa
#cbeccf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeccf on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#cbeccf text on a black background
contrast 16.44:1
Card sample
#cbeccf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeccf;
Background color
Panel with #cbeccf background
background-color: #cbeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeccf; background: linear-gradient(135deg, #cbeccf, #CBECE5);