#b7ebff
a pale, electric cyan · cool · closest name: skyblue
RGB
183, 235, 255
HSL
197°, 100%, 86%
CMYK
28, 8, 0, 0
Luminance
0.7670
Every format
| HEX | #b7ebff |
| RGB | rgb(183, 235, 255) |
| HSL | hsl(197, 100%, 86%) |
| CMYK | cmyk(28%, 8%, 0%, 0%) |
| LAB | lab(90.2 -12.1 -15.1) |
| LCH | lch(90.2 19.3 231.2) |
| OKLCH | oklch(0.911 0.060 223.4) |
Copy-ready code
/* CSS */
color: #b7ebff;
background-color: #b7ebff;
/* Tailwind (arbitrary) */
class="text-[#b7ebff] bg-[#b7ebff]"
/* SCSS */
$brand: #b7ebff;
/* SwiftUI */
Color(red: 0.718, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#b7ebff")Accessibility — WCAG contrast
Aa
#b7ebff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ebff on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green92.2%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b7ebff text on a black background
contrast 16.34:1
Card sample
#b7ebff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ebff;
Background color
Panel with #b7ebff background
background-color: #b7ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ebff; background: linear-gradient(135deg, #b7ebff, #B7BBFF);