#12bcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
18, 188, 253
HSL
197°, 98%, 53%
CMYK
93, 26, 0, 1
Luminance
0.4319
Every format
| HEX | #12bcfd |
| RGB | rgb(18, 188, 253) |
| HSL | hsl(197, 98%, 53%) |
| CMYK | cmyk(93%, 26%, 0%, 1%) |
| LAB | lab(71.7 -16.3 -42.8) |
| LCH | lch(71.7 45.8 249.1) |
| OKLCH | oklch(0.748 0.152 232.9) |
Copy-ready code
/* CSS */
color: #12bcfd;
background-color: #12bcfd;
/* Tailwind (arbitrary) */
class="text-[#12bcfd] bg-[#12bcfd]"
/* SCSS */
$brand: #12bcfd;
/* SwiftUI */
Color(red: 0.071, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#12bcfd")Accessibility — WCAG contrast
Aa
#12bcfd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12bcfd on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green73.7%
Blue99.2%
CMYK percentages
Cyan92.9%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#12bcfd text on a black background
contrast 9.64:1
Card sample
#12bcfd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12bcfd;
Background color
Panel with #12bcfd background
background-color: #12bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12bcfd; background: linear-gradient(135deg, #12bcfd, #121FFD);