#b9edf3
a light, vivid cyan · cool · closest name: skyblue
RGB
185, 237, 243
HSL
186°, 71%, 84%
CMYK
24, 3, 0, 5
Luminance
0.7735
Every format
| HEX | #b9edf3 |
| RGB | rgb(185, 237, 243) |
| HSL | hsl(186, 71%, 84%) |
| CMYK | cmyk(24%, 3%, 0%, 5%) |
| LAB | lab(90.5 -15.2 -8.3) |
| LCH | lch(90.5 17.3 208.7) |
| OKLCH | oklch(0.912 0.054 205.0) |
Copy-ready code
/* CSS */
color: #b9edf3;
background-color: #b9edf3;
/* Tailwind (arbitrary) */
class="text-[#b9edf3] bg-[#b9edf3]"
/* SCSS */
$brand: #b9edf3;
/* SwiftUI */
Color(red: 0.725, green: 0.929, blue: 0.953)
/* Android */
Color.parseColor("#b9edf3")Accessibility — WCAG contrast
Aa
#b9edf3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9edf3 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green92.9%
Blue95.3%
CMYK percentages
Cyan23.9%
Magenta2.5%
Yellow0.0%
Key (black)4.7%
Color previews
#b9edf3 text on a black background
contrast 16.47:1
Card sample
#b9edf3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9edf3;
Background color
Panel with #b9edf3 background
background-color: #b9edf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9edf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 237, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 237, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9edf3; background: linear-gradient(135deg, #b9edf3, #B9C6F3);