#bdeef4
a light, vivid cyan · cool · closest name: skyblue
RGB
189, 238, 244
HSL
187°, 71%, 85%
CMYK
23, 3, 0, 4
Luminance
0.7850
Every format
| HEX | #bdeef4 |
| RGB | rgb(189, 238, 244) |
| HSL | hsl(187, 71%, 85%) |
| CMYK | cmyk(23%, 3%, 0%, 4%) |
| LAB | lab(91.0 -14.3 -8.0) |
| LCH | lch(91.0 16.4 209.4) |
| OKLCH | oklch(0.917 0.051 205.5) |
Copy-ready code
/* CSS */
color: #bdeef4;
background-color: #bdeef4;
/* Tailwind (arbitrary) */
class="text-[#bdeef4] bg-[#bdeef4]"
/* SCSS */
$brand: #bdeef4;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.957)
/* Android */
Color.parseColor("#bdeef4")Accessibility — WCAG contrast
Aa
#bdeef4 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeef4 on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue95.7%
CMYK percentages
Cyan22.5%
Magenta2.5%
Yellow0.0%
Key (black)4.3%
Color previews
#bdeef4 text on a black background
contrast 16.70:1
Card sample
#bdeef4 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeef4;
Background color
Panel with #bdeef4 background
background-color: #bdeef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeef4; background: linear-gradient(135deg, #bdeef4, #BDC9F4);