#b7fdfe
a pale, electric cyan · cool · closest name: skyblue
RGB
183, 253, 254
HSL
181°, 97%, 86%
CMYK
28, 0, 0, 0
Luminance
0.8747
Every format
| HEX | #b7fdfe |
| RGB | rgb(183, 253, 254) |
| HSL | hsl(181, 97%, 86%) |
| CMYK | cmyk(28%, 0%, 0%, 0%) |
| LAB | lab(94.9 -21.3 -7.5) |
| LCH | lch(94.9 22.5 199.3) |
| OKLCH | oklch(0.948 0.069 197.2) |
Copy-ready code
/* CSS */
color: #b7fdfe;
background-color: #b7fdfe;
/* Tailwind (arbitrary) */
class="text-[#b7fdfe] bg-[#b7fdfe]"
/* SCSS */
$brand: #b7fdfe;
/* SwiftUI */
Color(red: 0.718, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#b7fdfe")Accessibility — WCAG contrast
Aa
#b7fdfe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fdfe on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green99.2%
Blue99.6%
CMYK percentages
Cyan28.0%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#b7fdfe text on a black background
contrast 18.49:1
Card sample
#b7fdfe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fdfe;
Background color
Panel with #b7fdfe background
background-color: #b7fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fdfe; background: linear-gradient(135deg, #b7fdfe, #B7CEFE);