#08b0ff
a balanced, electric cyan · cool · closest name: steelblue
RGB
8, 176, 255
HSL
199°, 100%, 52%
CMYK
97, 31, 0, 0
Luminance
0.3832
Every format
| HEX | #08b0ff |
| RGB | rgb(8, 176, 255) |
| HSL | hsl(199, 100%, 52%) |
| CMYK | cmyk(97%, 31%, 0%, 0%) |
| LAB | lab(68.3 -9.4 -49.3) |
| LCH | lch(68.3 50.2 259.2) |
| OKLCH | oklch(0.721 0.163 239.5) |
Copy-ready code
/* CSS */
color: #08b0ff;
background-color: #08b0ff;
/* Tailwind (arbitrary) */
class="text-[#08b0ff] bg-[#08b0ff]"
/* SCSS */
$brand: #08b0ff;
/* SwiftUI */
Color(red: 0.031, green: 0.690, blue: 1.000)
/* Android */
Color.parseColor("#08b0ff")Accessibility — WCAG contrast
Aa
#08b0ff on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b0ff on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green69.0%
Blue100.0%
CMYK percentages
Cyan96.9%
Magenta31.0%
Yellow0.0%
Key (black)0.0%
Color previews
#08b0ff text on a black background
contrast 8.66:1
Card sample
#08b0ff text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b0ff;
Background color
Panel with #08b0ff background
background-color: #08b0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 176, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 176, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b0ff; background: linear-gradient(135deg, #08b0ff, #080BFF);