#bdf5ed
a pale, vivid cyan · cool · closest name: ivory
RGB
189, 245, 237
HSL
171°, 74%, 85%
CMYK
23, 0, 3, 4
Luminance
0.8224
Every format
| HEX | #bdf5ed |
| RGB | rgb(189, 245, 237) |
| HSL | hsl(171, 74%, 85%) |
| CMYK | cmyk(23%, 0%, 3%, 4%) |
| LAB | lab(92.7 -19.2 -1.9) |
| LCH | lch(92.7 19.3 185.8) |
| OKLCH | oklch(0.930 0.058 185.4) |
Copy-ready code
/* CSS */
color: #bdf5ed;
background-color: #bdf5ed;
/* Tailwind (arbitrary) */
class="text-[#bdf5ed] bg-[#bdf5ed]"
/* SCSS */
$brand: #bdf5ed;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.929)
/* Android */
Color.parseColor("#bdf5ed")Accessibility — WCAG contrast
Aa
#bdf5ed on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf5ed on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue92.9%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow3.3%
Key (black)3.9%
Color previews
#bdf5ed text on a black background
contrast 17.45:1
Card sample
#bdf5ed text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf5ed;
Background color
Panel with #bdf5ed background
background-color: #bdf5ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf5ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf5ed; background: linear-gradient(135deg, #bdf5ed, #BDD8F5);