#00abfd
a balanced, electric cyan · cool · closest name: dodgerblue
RGB
0, 171, 253
HSL
199°, 100%, 50%
CMYK
100, 32, 0, 1
Luminance
0.3622
Every format
| HEX | #00abfd |
| RGB | rgb(0, 171, 253) |
| HSL | hsl(199, 100%, 50%) |
| CMYK | cmyk(100%, 32%, 0%, 1%) |
| LAB | lab(66.7 -7.5 -50.7) |
| LCH | lch(66.7 51.2 261.6) |
| OKLCH | oklch(0.708 0.165 241.0) |
Copy-ready code
/* CSS */
color: #00abfd;
background-color: #00abfd;
/* Tailwind (arbitrary) */
class="text-[#00abfd] bg-[#00abfd]"
/* SCSS */
$brand: #00abfd;
/* SwiftUI */
Color(red: 0.000, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#00abfd")Accessibility — WCAG contrast
Aa
#00abfd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00abfd on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green67.1%
Blue99.2%
CMYK percentages
Cyan100.0%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#00abfd text on a black background
contrast 8.24:1
Card sample
#00abfd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00abfd;
Background color
Panel with #00abfd background
background-color: #00abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00abfd; background: linear-gradient(135deg, #00abfd, #0003FD);