#08bcdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 188, 223
HSL
190°, 93%, 45%
CMYK
96, 16, 0, 13
Luminance
0.4135
Every format
| HEX | #08bcdf |
| RGB | rgb(8, 188, 223) |
| HSL | hsl(190, 93%, 45%) |
| CMYK | cmyk(96%, 16%, 0%, 13%) |
| LAB | lab(70.4 -26.8 -28.5) |
| LCH | lch(70.4 39.2 226.7) |
| OKLCH | oklch(0.734 0.131 217.7) |
Copy-ready code
/* CSS */
color: #08bcdf;
background-color: #08bcdf;
/* Tailwind (arbitrary) */
class="text-[#08bcdf] bg-[#08bcdf]"
/* SCSS */
$brand: #08bcdf;
/* SwiftUI */
Color(red: 0.031, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#08bcdf")Accessibility — WCAG contrast
Aa
#08bcdf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08bcdf on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green73.7%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#08bcdf text on a black background
contrast 9.27:1
Card sample
#08bcdf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08bcdf;
Background color
Panel with #08bcdf background
background-color: #08bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08bcdf; background: linear-gradient(135deg, #08bcdf, #082DDF);