#b7ebfc
a pale, electric cyan · cool · closest name: skyblue
RGB
183, 235, 252
HSL
195°, 92%, 85%
CMYK
27, 7, 0, 1
Luminance
0.7651
Every format
| HEX | #b7ebfc |
| RGB | rgb(183, 235, 252) |
| HSL | hsl(195, 92%, 85%) |
| CMYK | cmyk(27%, 7%, 0%, 1%) |
| LAB | lab(90.1 -12.8 -13.6) |
| LCH | lch(90.1 18.7 226.8) |
| OKLCH | oklch(0.910 0.058 219.9) |
Copy-ready code
/* CSS */
color: #b7ebfc;
background-color: #b7ebfc;
/* Tailwind (arbitrary) */
class="text-[#b7ebfc] bg-[#b7ebfc]"
/* SCSS */
$brand: #b7ebfc;
/* SwiftUI */
Color(red: 0.718, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#b7ebfc")Accessibility — WCAG contrast
Aa
#b7ebfc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ebfc on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green92.2%
Blue98.8%
CMYK percentages
Cyan27.4%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b7ebfc text on a black background
contrast 16.30:1
Card sample
#b7ebfc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ebfc;
Background color
Panel with #b7ebfc background
background-color: #b7ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ebfc; background: linear-gradient(135deg, #b7ebfc, #B7BDFC);