#12beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
18, 190, 238
HSL
193°, 87%, 50%
CMYK
92, 20, 0, 7
Luminance
0.4313
Every format
| HEX | #12beee |
| RGB | rgb(18, 190, 238) |
| HSL | hsl(193, 87%, 50%) |
| CMYK | cmyk(92%, 20%, 0%, 7%) |
| LAB | lab(71.6 -22.5 -34.8) |
| LCH | lch(71.6 41.4 237.1) |
| OKLCH | oklch(0.746 0.139 224.8) |
Copy-ready code
/* CSS */
color: #12beee;
background-color: #12beee;
/* Tailwind (arbitrary) */
class="text-[#12beee] bg-[#12beee]"
/* SCSS */
$brand: #12beee;
/* SwiftUI */
Color(red: 0.071, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#12beee")Accessibility — WCAG contrast
Aa
#12beee on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12beee on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green74.5%
Blue93.3%
CMYK percentages
Cyan92.4%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#12beee text on a black background
contrast 9.63:1
Card sample
#12beee text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12beee;
Background color
Panel with #12beee background
background-color: #12beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12beee; background: linear-gradient(135deg, #12beee, #122BEE);