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