#12acfd
a balanced, electric blue · cool · closest name: steelblue
RGB
18, 172, 253
HSL
201°, 98%, 53%
CMYK
93, 32, 0, 1
Luminance
0.3673
Every format
| HEX | #12acfd |
| RGB | rgb(18, 172, 253) |
| HSL | hsl(201, 98%, 53%) |
| CMYK | cmyk(93%, 32%, 0%, 1%) |
| LAB | lab(67.1 -7.6 -50.1) |
| LCH | lch(67.1 50.6 261.4) |
| OKLCH | oklch(0.712 0.163 241.1) |
Copy-ready code
/* CSS */
color: #12acfd;
background-color: #12acfd;
/* Tailwind (arbitrary) */
class="text-[#12acfd] bg-[#12acfd]"
/* SCSS */
$brand: #12acfd;
/* SwiftUI */
Color(red: 0.071, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#12acfd")Accessibility — WCAG contrast
Aa
#12acfd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12acfd on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green67.5%
Blue99.2%
CMYK percentages
Cyan92.9%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#12acfd text on a black background
contrast 8.35:1
Card sample
#12acfd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12acfd;
Background color
Panel with #12acfd background
background-color: #12acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12acfd; background: linear-gradient(135deg, #12acfd, #1512FD);