#08b3da
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 179, 218
HSL
191°, 93%, 44%
CMYK
96, 18, 0, 15
Luminance
0.3735
Every format
| HEX | #08b3da |
| RGB | rgb(8, 179, 218) |
| HSL | hsl(191, 93%, 44%) |
| CMYK | cmyk(96%, 18%, 0%, 15%) |
| LAB | lab(67.5 -24.0 -30.2) |
| LCH | lch(67.5 38.6 231.6) |
| OKLCH | oklch(0.710 0.129 221.0) |
Copy-ready code
/* CSS */
color: #08b3da;
background-color: #08b3da;
/* Tailwind (arbitrary) */
class="text-[#08b3da] bg-[#08b3da]"
/* SCSS */
$brand: #08b3da;
/* SwiftUI */
Color(red: 0.031, green: 0.702, blue: 0.855)
/* Android */
Color.parseColor("#08b3da")Accessibility — WCAG contrast
Aa
#08b3da on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b3da on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green70.2%
Blue85.5%
CMYK percentages
Cyan96.3%
Magenta17.9%
Yellow0.0%
Key (black)14.5%
Color previews
#08b3da text on a black background
contrast 8.47:1
Card sample
#08b3da text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b3da;
Background color
Panel with #08b3da background
background-color: #08b3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 179, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 179, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b3da; background: linear-gradient(135deg, #08b3da, #0827DA);