#bdeeeb
a light, vivid cyan · cool · closest name: white
RGB
189, 238, 235
HSL
176°, 59%, 84%
CMYK
21, 0, 1, 7
Luminance
0.7797
Every format
| HEX | #bdeeeb |
| RGB | rgb(189, 238, 235) |
| HSL | hsl(176, 59%, 84%) |
| CMYK | cmyk(21%, 0%, 1%, 7%) |
| LAB | lab(90.8 -16.2 -3.7) |
| LCH | lch(90.8 16.6 192.9) |
| OKLCH | oklch(0.914 0.050 191.7) |
Copy-ready code
/* CSS */
color: #bdeeeb;
background-color: #bdeeeb;
/* Tailwind (arbitrary) */
class="text-[#bdeeeb] bg-[#bdeeeb]"
/* SCSS */
$brand: #bdeeeb;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#bdeeeb")Accessibility — WCAG contrast
Aa
#bdeeeb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeeeb on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue92.2%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#bdeeeb text on a black background
contrast 16.59:1
Card sample
#bdeeeb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeeeb;
Background color
Panel with #bdeeeb background
background-color: #bdeeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeeeb; background: linear-gradient(135deg, #bdeeeb, #BDD0EE);