#08b3cf
a dark, electric cyan · cool · closest name: skyblue
RGB
8, 179, 207
HSL
188°, 93%, 42%
CMYK
96, 14, 0, 19
Luminance
0.3680
Every format
| HEX | #08b3cf |
| RGB | rgb(8, 179, 207) |
| HSL | hsl(188, 93%, 42%) |
| CMYK | cmyk(96%, 14%, 0%, 19%) |
| LAB | lab(67.1 -27.7 -24.8) |
| LCH | lch(67.1 37.2 221.9) |
| OKLCH | oklch(0.706 0.123 214.3) |
Copy-ready code
/* CSS */
color: #08b3cf;
background-color: #08b3cf;
/* Tailwind (arbitrary) */
class="text-[#08b3cf] bg-[#08b3cf]"
/* SCSS */
$brand: #08b3cf;
/* SwiftUI */
Color(red: 0.031, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#08b3cf")Accessibility — WCAG contrast
Aa
#08b3cf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b3cf on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green70.2%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#08b3cf text on a black background
contrast 8.36:1
Card sample
#08b3cf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b3cf;
Background color
Panel with #08b3cf background
background-color: #08b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b3cf; background: linear-gradient(135deg, #08b3cf, #082ECF);