#b7ebdb
a light, vivid cyan · cool · closest name: beige
RGB
183, 235, 219
HSL
162°, 57%, 82%
CMYK
22, 0, 7, 8
Luminance
0.7460
Every format
| HEX | #b7ebdb |
| RGB | rgb(183, 235, 219) |
| HSL | hsl(162, 57%, 82%) |
| CMYK | cmyk(22%, 0%, 7%, 8%) |
| LAB | lab(89.2 -19.8 2.3) |
| LCH | lch(89.2 19.9 173.3) |
| OKLCH | oklch(0.900 0.058 174.2) |
Copy-ready code
/* CSS */
color: #b7ebdb;
background-color: #b7ebdb;
/* Tailwind (arbitrary) */
class="text-[#b7ebdb] bg-[#b7ebdb]"
/* SCSS */
$brand: #b7ebdb;
/* SwiftUI */
Color(red: 0.718, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#b7ebdb")Accessibility — WCAG contrast
Aa
#b7ebdb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ebdb on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green92.2%
Blue85.9%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#b7ebdb text on a black background
contrast 15.92:1
Card sample
#b7ebdb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ebdb;
Background color
Panel with #b7ebdb background
background-color: #b7ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ebdb; background: linear-gradient(135deg, #b7ebdb, #B7D8EB);