#00afdf
a dark, electric cyan · cool · closest name: skyblue
RGB
0, 175, 223
HSL
193°, 100%, 44%
CMYK
100, 22, 0, 13
Luminance
0.3599
Every format
| HEX | #00afdf |
| RGB | rgb(0, 175, 223) |
| HSL | hsl(193, 100%, 44%) |
| CMYK | cmyk(100%, 22%, 0%, 13%) |
| LAB | lab(66.5 -20.4 -34.6) |
| LCH | lch(66.5 40.1 239.4) |
| OKLCH | oklch(0.703 0.135 226.3) |
Copy-ready code
/* CSS */
color: #00afdf;
background-color: #00afdf;
/* Tailwind (arbitrary) */
class="text-[#00afdf] bg-[#00afdf]"
/* SCSS */
$brand: #00afdf;
/* SwiftUI */
Color(red: 0.000, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#00afdf")Accessibility — WCAG contrast
Aa
#00afdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00afdf on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green68.6%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#00afdf text on a black background
contrast 8.20:1
Card sample
#00afdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00afdf;
Background color
Panel with #00afdf background
background-color: #00afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00afdf; background: linear-gradient(135deg, #00afdf, #001ADF);