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