#b9fcfd
a pale, electric cyan · cool · closest name: skyblue
RGB
185, 252, 253
HSL
181°, 94%, 86%
CMYK
27, 0, 0, 1
Luminance
0.8703
Every format
| HEX | #b9fcfd |
| RGB | rgb(185, 252, 253) |
| HSL | hsl(181, 94%, 86%) |
| CMYK | cmyk(27%, 0%, 0%, 1%) |
| LAB | lab(94.8 -20.4 -7.2) |
| LCH | lch(94.8 21.7 199.4) |
| OKLCH | oklch(0.947 0.067 197.2) |
Copy-ready code
/* CSS */
color: #b9fcfd;
background-color: #b9fcfd;
/* Tailwind (arbitrary) */
class="text-[#b9fcfd] bg-[#b9fcfd]"
/* SCSS */
$brand: #b9fcfd;
/* SwiftUI */
Color(red: 0.725, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#b9fcfd")Accessibility — WCAG contrast
Aa
#b9fcfd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9fcfd on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green98.8%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b9fcfd text on a black background
contrast 18.41:1
Card sample
#b9fcfd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9fcfd;
Background color
Panel with #b9fcfd background
background-color: #b9fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9fcfd; background: linear-gradient(135deg, #b9fcfd, #B9CFFD);