#bdf4eb
a light, vivid cyan · cool · closest name: ivory
RGB
189, 244, 235
HSL
170°, 71%, 85%
CMYK
23, 0, 4, 4
Luminance
0.8152
Every format
| HEX | #bdf4eb |
| RGB | rgb(189, 244, 235) |
| HSL | hsl(170, 71%, 85%) |
| CMYK | cmyk(23%, 0%, 4%, 4%) |
| LAB | lab(92.4 -19.2 -1.4) |
| LCH | lch(92.4 19.2 184.1) |
| OKLCH | oklch(0.927 0.057 184.0) |
Copy-ready code
/* CSS */
color: #bdf4eb;
background-color: #bdf4eb;
/* Tailwind (arbitrary) */
class="text-[#bdf4eb] bg-[#bdf4eb]"
/* SCSS */
$brand: #bdf4eb;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#bdf4eb")Accessibility — WCAG contrast
Aa
#bdf4eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf4eb on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue92.2%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#bdf4eb text on a black background
contrast 17.30:1
Card sample
#bdf4eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf4eb;
Background color
Panel with #bdf4eb background
background-color: #bdf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf4eb; background: linear-gradient(135deg, #bdf4eb, #BDD8F4);