#08b3cd
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 179, 205
HSL
188°, 93%, 42%
CMYK
96, 13, 0, 20
Luminance
0.3670
Every format
| HEX | #08b3cd |
| RGB | rgb(8, 179, 205) |
| HSL | hsl(188, 93%, 42%) |
| CMYK | cmyk(96%, 13%, 0%, 20%) |
| LAB | lab(67.0 -28.3 -23.8) |
| LCH | lch(67.0 37.0 220.1) |
| OKLCH | oklch(0.705 0.122 213.0) |
Copy-ready code
/* CSS */
color: #08b3cd;
background-color: #08b3cd;
/* Tailwind (arbitrary) */
class="text-[#08b3cd] bg-[#08b3cd]"
/* SCSS */
$brand: #08b3cd;
/* SwiftUI */
Color(red: 0.031, green: 0.702, blue: 0.804)
/* Android */
Color.parseColor("#08b3cd")Accessibility — WCAG contrast
Aa
#08b3cd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b3cd on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green70.2%
Blue80.4%
CMYK percentages
Cyan96.1%
Magenta12.7%
Yellow0.0%
Key (black)19.6%
Color previews
#08b3cd text on a black background
contrast 8.34:1
Card sample
#08b3cd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b3cd;
Background color
Panel with #08b3cd background
background-color: #08b3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 179, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 179, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b3cd; background: linear-gradient(135deg, #08b3cd, #0830CD);