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