#8bc2db
a light, vivid cyan · cool · closest name: skyblue
RGB
139, 194, 219
HSL
199°, 53%, 70%
CMYK
37, 11, 0, 14
Luminance
0.4919
Every format
| HEX | #8bc2db |
| RGB | rgb(139, 194, 219) |
| HSL | hsl(199, 53%, 70%) |
| CMYK | cmyk(37%, 11%, 0%, 14%) |
| LAB | lab(75.6 -11.7 -18.2) |
| LCH | lch(75.6 21.6 237.3) |
| OKLCH | oklch(0.785 0.067 227.9) |
Copy-ready code
/* CSS */
color: #8bc2db;
background-color: #8bc2db;
/* Tailwind (arbitrary) */
class="text-[#8bc2db] bg-[#8bc2db]"
/* SCSS */
$brand: #8bc2db;
/* SwiftUI */
Color(red: 0.545, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#8bc2db")Accessibility — WCAG contrast
Aa
#8bc2db on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bc2db on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green76.1%
Blue85.9%
CMYK percentages
Cyan36.5%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#8bc2db text on a black background
contrast 10.84:1
Card sample
#8bc2db text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bc2db;
Background color
Panel with #8bc2db background
background-color: #8bc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bc2db; background: linear-gradient(135deg, #8bc2db, #8B8DDB);