#08bacd
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 186, 205
HSL
186°, 93%, 42%
CMYK
96, 9, 0, 20
Luminance
0.3958
Every format
| HEX | #08bacd |
| RGB | rgb(8, 186, 205) |
| HSL | hsl(186, 93%, 42%) |
| CMYK | cmyk(96%, 9%, 0%, 20%) |
| LAB | lab(69.2 -31.8 -20.6) |
| LCH | lch(69.2 37.8 213.0) |
| OKLCH | oklch(0.722 0.123 207.8) |
Copy-ready code
/* CSS */
color: #08bacd;
background-color: #08bacd;
/* Tailwind (arbitrary) */
class="text-[#08bacd] bg-[#08bacd]"
/* SCSS */
$brand: #08bacd;
/* SwiftUI */
Color(red: 0.031, green: 0.729, blue: 0.804)
/* Android */
Color.parseColor("#08bacd")Accessibility — WCAG contrast
Aa
#08bacd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08bacd on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green72.9%
Blue80.4%
CMYK percentages
Cyan96.1%
Magenta9.3%
Yellow0.0%
Key (black)19.6%
Color previews
#08bacd text on a black background
contrast 8.92:1
Card sample
#08bacd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08bacd;
Background color
Panel with #08bacd background
background-color: #08bacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08bacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 186, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 186, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08bacd; background: linear-gradient(135deg, #08bacd, #0837CD);