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