#12baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
18, 186, 235
HSL
194°, 86%, 50%
CMYK
92, 21, 0, 8
Luminance
0.4124
Every format
| HEX | #12baeb |
| RGB | rgb(18, 186, 235) |
| HSL | hsl(194, 86%, 50%) |
| CMYK | cmyk(92%, 21%, 0%, 8%) |
| LAB | lab(70.3 -21.5 -35.1) |
| LCH | lch(70.3 41.2 238.6) |
| OKLCH | oklch(0.735 0.138 225.8) |
Copy-ready code
/* CSS */
color: #12baeb;
background-color: #12baeb;
/* Tailwind (arbitrary) */
class="text-[#12baeb] bg-[#12baeb]"
/* SCSS */
$brand: #12baeb;
/* SwiftUI */
Color(red: 0.071, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#12baeb")Accessibility — WCAG contrast
Aa
#12baeb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12baeb on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green72.9%
Blue92.2%
CMYK percentages
Cyan92.3%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#12baeb text on a black background
contrast 9.25:1
Card sample
#12baeb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12baeb;
Background color
Panel with #12baeb background
background-color: #12baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12baeb; background: linear-gradient(135deg, #12baeb, #1229EB);