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