#bdecce
a light, vivid green · cool · closest name: beige
RGB
189, 236, 206
HSL
142°, 55%, 83%
CMYK
20, 0, 13, 8
Luminance
0.7527
Every format
| HEX | #bdecce |
| RGB | rgb(189, 236, 206) |
| HSL | hsl(142, 55%, 83%) |
| CMYK | cmyk(20%, 0%, 13%, 8%) |
| LAB | lab(89.5 -20.9 9.6) |
| LCH | lch(89.5 23.0 155.3) |
| OKLCH | oklch(0.902 0.063 156.9) |
Copy-ready code
/* CSS */
color: #bdecce;
background-color: #bdecce;
/* Tailwind (arbitrary) */
class="text-[#bdecce] bg-[#bdecce]"
/* SCSS */
$brand: #bdecce;
/* SwiftUI */
Color(red: 0.741, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#bdecce")Accessibility — WCAG contrast
Aa
#bdecce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdecce on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green92.5%
Blue80.8%
CMYK percentages
Cyan19.9%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#bdecce text on a black background
contrast 16.05:1
Card sample
#bdecce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdecce;
Background color
Panel with #bdecce background
background-color: #bdecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdecce; background: linear-gradient(135deg, #bdecce, #BDEBEC);