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