#08afeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 175, 235
HSL
196°, 93%, 48%
CMYK
97, 26, 0, 8
Luminance
0.3671
Every format
| HEX | #08afeb |
| RGB | rgb(8, 175, 235) |
| HSL | hsl(196, 93%, 48%) |
| CMYK | cmyk(97%, 26%, 0%, 8%) |
| LAB | lab(67.1 -16.0 -40.3) |
| LCH | lch(67.1 43.3 248.3) |
| OKLCH | oklch(0.709 0.144 232.3) |
Copy-ready code
/* CSS */
color: #08afeb;
background-color: #08afeb;
/* Tailwind (arbitrary) */
class="text-[#08afeb] bg-[#08afeb]"
/* SCSS */
$brand: #08afeb;
/* SwiftUI */
Color(red: 0.031, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#08afeb")Accessibility — WCAG contrast
Aa
#08afeb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08afeb on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green68.6%
Blue92.2%
CMYK percentages
Cyan96.6%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#08afeb text on a black background
contrast 8.34:1
Card sample
#08afeb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08afeb;
Background color
Panel with #08afeb background
background-color: #08afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08afeb; background: linear-gradient(135deg, #08afeb, #0818EB);