#08bfdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
8, 191, 223
HSL
189°, 93%, 45%
CMYK
96, 14, 0, 13
Luminance
0.4264
Every format
| HEX | #08bfdf |
| RGB | rgb(8, 191, 223) |
| HSL | hsl(189, 93%, 45%) |
| CMYK | cmyk(96%, 14%, 0%, 13%) |
| LAB | lab(71.3 -28.3 -27.1) |
| LCH | lch(71.3 39.2 223.8) |
| OKLCH | oklch(0.741 0.131 215.6) |
Copy-ready code
/* CSS */
color: #08bfdf;
background-color: #08bfdf;
/* Tailwind (arbitrary) */
class="text-[#08bfdf] bg-[#08bfdf]"
/* SCSS */
$brand: #08bfdf;
/* SwiftUI */
Color(red: 0.031, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#08bfdf")Accessibility — WCAG contrast
Aa
#08bfdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08bfdf on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green74.9%
Blue87.5%
CMYK percentages
Cyan96.4%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#08bfdf text on a black background
contrast 9.53:1
Card sample
#08bfdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08bfdf;
Background color
Panel with #08bfdf background
background-color: #08bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08bfdf; background: linear-gradient(135deg, #08bfdf, #0830DF);