#b7ebeb
a light, vivid cyan · cool · closest name: skyblue
RGB
183, 235, 235
HSL
180°, 57%, 82%
CMYK
22, 0, 0, 8
Luminance
0.7548
Every format
| HEX | #b7ebeb |
| RGB | rgb(183, 235, 235) |
| HSL | hsl(180, 57%, 82%) |
| CMYK | cmyk(22%, 0%, 0%, 8%) |
| LAB | lab(89.6 -16.5 -5.4) |
| LCH | lch(89.6 17.4 198.3) |
| OKLCH | oklch(0.904 0.053 196.3) |
Copy-ready code
/* CSS */
color: #b7ebeb;
background-color: #b7ebeb;
/* Tailwind (arbitrary) */
class="text-[#b7ebeb] bg-[#b7ebeb]"
/* SCSS */
$brand: #b7ebeb;
/* SwiftUI */
Color(red: 0.718, green: 0.922, blue: 0.922)
/* Android */
Color.parseColor("#b7ebeb")Accessibility — WCAG contrast
Aa
#b7ebeb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ebeb on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green92.2%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b7ebeb text on a black background
contrast 16.10:1
Card sample
#b7ebeb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ebeb;
Background color
Panel with #b7ebeb background
background-color: #b7ebeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ebeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 235, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 235, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ebeb; background: linear-gradient(135deg, #b7ebeb, #B7C8EB);