#b9fcff
a pale, electric cyan · cool · closest name: skyblue
RGB
185, 252, 255
HSL
183°, 100%, 86%
CMYK
28, 1, 0, 0
Luminance
0.8716
Every format
| HEX | #b9fcff |
| RGB | rgb(185, 252, 255) |
| HSL | hsl(183, 100%, 86%) |
| CMYK | cmyk(28%, 1%, 0%, 0%) |
| LAB | lab(94.8 -20.0 -8.2) |
| LCH | lch(94.8 21.6 202.2) |
| OKLCH | oklch(0.948 0.067 199.6) |
Copy-ready code
/* CSS */
color: #b9fcff;
background-color: #b9fcff;
/* Tailwind (arbitrary) */
class="text-[#b9fcff] bg-[#b9fcff]"
/* SCSS */
$brand: #b9fcff;
/* SwiftUI */
Color(red: 0.725, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#b9fcff")Accessibility — WCAG contrast
Aa
#b9fcff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fcff on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.8%
Blue100.0%
CMYK percentages
Cyan27.5%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b9fcff text on a black background
contrast 18.43:1
Card sample
#b9fcff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fcff;
Background color
Panel with #b9fcff background
background-color: #b9fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fcff; background: linear-gradient(135deg, #b9fcff, #B9CDFF);