#12adeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
18, 173, 235
HSL
197°, 86%, 50%
CMYK
92, 26, 0, 8
Luminance
0.3601
Every format
| HEX | #12adeb |
| RGB | rgb(18, 173, 235) |
| HSL | hsl(197, 86%, 50%) |
| CMYK | cmyk(92%, 26%, 0%, 8%) |
| LAB | lab(66.5 -14.6 -41.1) |
| LCH | lch(66.5 43.6 250.4) |
| OKLCH | oklch(0.705 0.144 233.8) |
Copy-ready code
/* CSS */
color: #12adeb;
background-color: #12adeb;
/* Tailwind (arbitrary) */
class="text-[#12adeb] bg-[#12adeb]"
/* SCSS */
$brand: #12adeb;
/* SwiftUI */
Color(red: 0.071, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#12adeb")Accessibility — WCAG contrast
Aa
#12adeb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12adeb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green67.8%
Blue92.2%
CMYK percentages
Cyan92.3%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#12adeb text on a black background
contrast 8.20:1
Card sample
#12adeb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12adeb;
Background color
Panel with #12adeb background
background-color: #12adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12adeb; background: linear-gradient(135deg, #12adeb, #121CEB);