#8bd2eb
a light, vivid cyan · cool · closest name: skyblue
RGB
139, 210, 235
HSL
196°, 71%, 73%
CMYK
41, 11, 0, 8
Luminance
0.5758
Every format
| HEX | #8bd2eb |
| RGB | rgb(139, 210, 235) |
| HSL | hsl(196, 71%, 73%) |
| CMYK | cmyk(41%, 11%, 0%, 8%) |
| LAB | lab(80.5 -15.9 -19.3) |
| LCH | lch(80.5 25.0 230.5) |
| OKLCH | oklch(0.826 0.079 222.2) |
Copy-ready code
/* CSS */
color: #8bd2eb;
background-color: #8bd2eb;
/* Tailwind (arbitrary) */
class="text-[#8bd2eb] bg-[#8bd2eb]"
/* SCSS */
$brand: #8bd2eb;
/* SwiftUI */
Color(red: 0.545, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#8bd2eb")Accessibility — WCAG contrast
Aa
#8bd2eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bd2eb on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green82.4%
Blue92.2%
CMYK percentages
Cyan40.9%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8bd2eb text on a black background
contrast 12.52:1
Card sample
#8bd2eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bd2eb;
Background color
Panel with #8bd2eb background
background-color: #8bd2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bd2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bd2eb; background: linear-gradient(135deg, #8bd2eb, #8B92EB);