#cbedcf
a pale, vivid green · cool · closest name: beige
RGB
203, 237, 207
HSL
127°, 49%, 86%
CMYK
14, 0, 13, 7
Luminance
0.7777
Every format
| HEX | #cbedcf |
| RGB | rgb(203, 237, 207) |
| HSL | hsl(127, 49%, 86%) |
| CMYK | cmyk(14%, 0%, 13%, 7%) |
| LAB | lab(90.7 -16.6 10.9) |
| LCH | lch(90.7 19.9 146.9) |
| OKLCH | oklch(0.913 0.054 148.4) |
Copy-ready code
/* CSS */
color: #cbedcf;
background-color: #cbedcf;
/* Tailwind (arbitrary) */
class="text-[#cbedcf] bg-[#cbedcf]"
/* SCSS */
$brand: #cbedcf;
/* SwiftUI */
Color(red: 0.796, green: 0.929, blue: 0.812)
/* Android */
Color.parseColor("#cbedcf")Accessibility — WCAG contrast
Aa
#cbedcf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbedcf on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.9%
Blue81.2%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow12.7%
Key (black)7.1%
Color previews
#cbedcf text on a black background
contrast 16.55:1
Card sample
#cbedcf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbedcf;
Background color
Panel with #cbedcf background
background-color: #cbedcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbedcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 237, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 237, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbedcf; background: linear-gradient(135deg, #cbedcf, #CBEDE6);