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