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