#08bfd6
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 191, 214
HSL
187°, 93%, 44%
CMYK
96, 11, 0, 16
Luminance
0.4217
Every format
| HEX | #08bfd6 |
| RGB | rgb(8, 191, 214) |
| HSL | hsl(187, 93%, 44%) |
| CMYK | cmyk(96%, 11%, 0%, 16%) |
| LAB | lab(71.0 -31.3 -22.7) |
| LCH | lch(71.0 38.7 216.0) |
| OKLCH | oklch(0.738 0.127 210.1) |
Copy-ready code
/* CSS */
color: #08bfd6;
background-color: #08bfd6;
/* Tailwind (arbitrary) */
class="text-[#08bfd6] bg-[#08bfd6]"
/* SCSS */
$brand: #08bfd6;
/* SwiftUI */
Color(red: 0.031, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#08bfd6")Accessibility — WCAG contrast
Aa
#08bfd6 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08bfd6 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green74.9%
Blue83.9%
CMYK percentages
Cyan96.3%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#08bfd6 text on a black background
contrast 9.43:1
Card sample
#08bfd6 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08bfd6;
Background color
Panel with #08bfd6 background
background-color: #08bfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08bfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08bfd6; background: linear-gradient(135deg, #08bfd6, #0836D6);