#b7f2ff
a pale, electric cyan · cool · closest name: skyblue
RGB
183, 242, 255
HSL
191°, 100%, 86%
CMYK
28, 5, 0, 0
Luminance
0.8079
Every format
| HEX | #b7f2ff |
| RGB | rgb(183, 242, 255) |
| HSL | hsl(191, 100%, 86%) |
| CMYK | cmyk(28%, 5%, 0%, 0%) |
| LAB | lab(92.0 -15.6 -12.3) |
| LCH | lch(92.0 19.9 218.2) |
| OKLCH | oklch(0.925 0.062 212.7) |
Copy-ready code
/* CSS */
color: #b7f2ff;
background-color: #b7f2ff;
/* Tailwind (arbitrary) */
class="text-[#b7f2ff] bg-[#b7f2ff]"
/* SCSS */
$brand: #b7f2ff;
/* SwiftUI */
Color(red: 0.718, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#b7f2ff")Accessibility — WCAG contrast
Aa
#b7f2ff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7f2ff on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green94.9%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b7f2ff text on a black background
contrast 17.16:1
Card sample
#b7f2ff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7f2ff;
Background color
Panel with #b7f2ff background
background-color: #b7f2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7f2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7f2ff; background: linear-gradient(135deg, #b7f2ff, #B7C2FF);