#bdecdf
a light, vivid cyan · cool · closest name: beige
RGB
189, 236, 223
HSL
163°, 55%, 83%
CMYK
20, 0, 6, 8
Luminance
0.7614
Every format
| HEX | #bdecdf |
| RGB | rgb(189, 236, 223) |
| HSL | hsl(163, 55%, 83%) |
| CMYK | cmyk(20%, 0%, 6%, 8%) |
| LAB | lab(89.9 -17.6 1.3) |
| LCH | lch(89.9 17.7 175.7) |
| OKLCH | oklch(0.907 0.051 176.4) |
Copy-ready code
/* CSS */
color: #bdecdf;
background-color: #bdecdf;
/* Tailwind (arbitrary) */
class="text-[#bdecdf] bg-[#bdecdf]"
/* SCSS */
$brand: #bdecdf;
/* SwiftUI */
Color(red: 0.741, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#bdecdf")Accessibility — WCAG contrast
Aa
#bdecdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdecdf on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green92.5%
Blue87.5%
CMYK percentages
Cyan19.9%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#bdecdf text on a black background
contrast 16.23:1
Card sample
#bdecdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdecdf;
Background color
Panel with #bdecdf background
background-color: #bdecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdecdf; background: linear-gradient(135deg, #bdecdf, #BDDAEC);