#b9ebfd
a pale, electric cyan · cool · closest name: skyblue
RGB
185, 235, 253
HSL
196°, 94%, 86%
CMYK
27, 7, 0, 1
Luminance
0.7682
Every format
| HEX | #b9ebfd |
| RGB | rgb(185, 235, 253) |
| HSL | hsl(196, 94%, 86%) |
| CMYK | cmyk(27%, 7%, 0%, 1%) |
| LAB | lab(90.2 -12.0 -13.9) |
| LCH | lch(90.2 18.3 229.3) |
| OKLCH | oklch(0.911 0.057 221.9) |
Copy-ready code
/* CSS */
color: #b9ebfd;
background-color: #b9ebfd;
/* Tailwind (arbitrary) */
class="text-[#b9ebfd] bg-[#b9ebfd]"
/* SCSS */
$brand: #b9ebfd;
/* SwiftUI */
Color(red: 0.725, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#b9ebfd")Accessibility — WCAG contrast
Aa
#b9ebfd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ebfd on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green92.2%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b9ebfd text on a black background
contrast 16.36:1
Card sample
#b9ebfd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ebfd;
Background color
Panel with #b9ebfd background
background-color: #b9ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ebfd; background: linear-gradient(135deg, #b9ebfd, #B9BEFD);