#08afdc
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 175, 220
HSL
193°, 93%, 45%
CMYK
96, 21, 0, 14
Luminance
0.3588
Every format
| HEX | #08afdc |
| RGB | rgb(8, 175, 220) |
| HSL | hsl(193, 93%, 45%) |
| CMYK | cmyk(96%, 21%, 0%, 14%) |
| LAB | lab(66.4 -21.2 -33.0) |
| LCH | lch(66.4 39.3 237.3) |
| OKLCH | oklch(0.702 0.132 224.9) |
Copy-ready code
/* CSS */
color: #08afdc;
background-color: #08afdc;
/* Tailwind (arbitrary) */
class="text-[#08afdc] bg-[#08afdc]"
/* SCSS */
$brand: #08afdc;
/* SwiftUI */
Color(red: 0.031, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#08afdc")Accessibility — WCAG contrast
Aa
#08afdc on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08afdc on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green68.6%
Blue86.3%
CMYK percentages
Cyan96.4%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#08afdc text on a black background
contrast 8.18:1
Card sample
#08afdc text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08afdc;
Background color
Panel with #08afdc background
background-color: #08afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08afdc; background: linear-gradient(135deg, #08afdc, #0822DC);