#bdeddf
a light, vivid cyan · cool · closest name: beige
RGB
189, 237, 223
HSL
163°, 57%, 84%
CMYK
20, 0, 6, 7
Luminance
0.7671
Every format
| HEX | #bdeddf |
| RGB | rgb(189, 237, 223) |
| HSL | hsl(163, 57%, 84%) |
| CMYK | cmyk(20%, 0%, 6%, 7%) |
| LAB | lab(90.2 -18.1 1.7) |
| LCH | lch(90.2 18.2 174.6) |
| OKLCH | oklch(0.909 0.053 175.4) |
Copy-ready code
/* CSS */
color: #bdeddf;
background-color: #bdeddf;
/* Tailwind (arbitrary) */
class="text-[#bdeddf] bg-[#bdeddf]"
/* SCSS */
$brand: #bdeddf;
/* SwiftUI */
Color(red: 0.741, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#bdeddf")Accessibility — WCAG contrast
Aa
#bdeddf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeddf on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green92.9%
Blue87.5%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#bdeddf text on a black background
contrast 16.34:1
Card sample
#bdeddf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeddf;
Background color
Panel with #bdeddf background
background-color: #bdeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeddf; background: linear-gradient(135deg, #bdeddf, #BDDBED);