#bdeef2
a light, vivid cyan · cool · closest name: skyblue
RGB
189, 238, 242
HSL
185°, 67%, 85%
CMYK
22, 2, 0, 5
Luminance
0.7838
Every format
| HEX | #bdeef2 |
| RGB | rgb(189, 238, 242) |
| HSL | hsl(185, 67%, 85%) |
| CMYK | cmyk(22%, 2%, 0%, 5%) |
| LAB | lab(91.0 -14.7 -7.1) |
| LCH | lch(91.0 16.3 205.7) |
| OKLCH | oklch(0.916 0.050 202.5) |
Copy-ready code
/* CSS */
color: #bdeef2;
background-color: #bdeef2;
/* Tailwind (arbitrary) */
class="text-[#bdeef2] bg-[#bdeef2]"
/* SCSS */
$brand: #bdeef2;
/* SwiftUI */
Color(red: 0.741, green: 0.933, blue: 0.949)
/* Android */
Color.parseColor("#bdeef2")Accessibility — WCAG contrast
Aa
#bdeef2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdeef2 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.3%
Blue94.9%
CMYK percentages
Cyan21.9%
Magenta1.7%
Yellow0.0%
Key (black)5.1%
Color previews
#bdeef2 text on a black background
contrast 16.68:1
Card sample
#bdeef2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdeef2;
Background color
Panel with #bdeef2 background
background-color: #bdeef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdeef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 238, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 238, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdeef2; background: linear-gradient(135deg, #bdeef2, #BDCBF2);