#08b1fd
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 177, 253
HSL
199°, 98%, 51%
CMYK
97, 30, 0, 1
Luminance
0.3859
Every format
| HEX | #08b1fd |
| RGB | rgb(8, 177, 253) |
| HSL | hsl(199, 98%, 51%) |
| CMYK | cmyk(97%, 30%, 0%, 1%) |
| LAB | lab(68.5 -10.7 -47.9) |
| LCH | lch(68.5 49.1 257.5) |
| OKLCH | oklch(0.723 0.160 238.3) |
Copy-ready code
/* CSS */
color: #08b1fd;
background-color: #08b1fd;
/* Tailwind (arbitrary) */
class="text-[#08b1fd] bg-[#08b1fd]"
/* SCSS */
$brand: #08b1fd;
/* SwiftUI */
Color(red: 0.031, green: 0.694, blue: 0.992)
/* Android */
Color.parseColor("#08b1fd")Accessibility — WCAG contrast
Aa
#08b1fd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b1fd on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green69.4%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta30.0%
Yellow0.0%
Key (black)0.8%
Color previews
#08b1fd text on a black background
contrast 8.72:1
Card sample
#08b1fd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b1fd;
Background color
Panel with #08b1fd background
background-color: #08b1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 177, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 177, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b1fd; background: linear-gradient(135deg, #08b1fd, #080EFD);