#08abd3
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 171, 211
HSL
192°, 93%, 43%
CMYK
96, 19, 0, 17
Luminance
0.3388
Every format
| HEX | #08abd3 |
| RGB | rgb(8, 171, 211) |
| HSL | hsl(192, 93%, 43%) |
| CMYK | cmyk(96%, 19%, 0%, 17%) |
| LAB | lab(64.9 -22.3 -30.5) |
| LCH | lch(64.9 37.8 233.9) |
| OKLCH | oklch(0.688 0.127 222.6) |
Copy-ready code
/* CSS */
color: #08abd3;
background-color: #08abd3;
/* Tailwind (arbitrary) */
class="text-[#08abd3] bg-[#08abd3]"
/* SCSS */
$brand: #08abd3;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.827)
/* Android */
Color.parseColor("#08abd3")Accessibility — WCAG contrast
Aa
#08abd3 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08abd3 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue82.7%
CMYK percentages
Cyan96.2%
Magenta19.0%
Yellow0.0%
Key (black)17.3%
Color previews
#08abd3 text on a black background
contrast 7.78:1
Card sample
#08abd3 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08abd3;
Background color
Panel with #08abd3 background
background-color: #08abd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08abd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08abd3; background: linear-gradient(135deg, #08abd3, #0824D3);