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