#b7ebee
a light, vivid cyan · cool · closest name: skyblue
RGB
183, 235, 238
HSL
183°, 62%, 83%
CMYK
23, 1, 0, 7
Luminance
0.7566
Every format
| HEX | #b7ebee |
| RGB | rgb(183, 235, 238) |
| HSL | hsl(183, 62%, 83%) |
| CMYK | cmyk(23%, 1%, 0%, 7%) |
| LAB | lab(89.7 -15.8 -6.9) |
| LCH | lch(89.7 17.3 203.5) |
| OKLCH | oklch(0.905 0.053 200.7) |
Copy-ready code
/* CSS */
color: #b7ebee;
background-color: #b7ebee;
/* Tailwind (arbitrary) */
class="text-[#b7ebee] bg-[#b7ebee]"
/* SCSS */
$brand: #b7ebee;
/* SwiftUI */
Color(red: 0.718, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#b7ebee")Accessibility — WCAG contrast
Aa
#b7ebee on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ebee on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green92.2%
Blue93.3%
CMYK percentages
Cyan23.1%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b7ebee text on a black background
contrast 16.13:1
Card sample
#b7ebee text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ebee;
Background color
Panel with #b7ebee background
background-color: #b7ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ebee; background: linear-gradient(135deg, #b7ebee, #B7C6EE);