#12ceff
a balanced, electric cyan · cool · closest name: skyblue
RGB
18, 206, 255
HSL
192°, 100%, 54%
CMYK
93, 19, 0, 0
Luminance
0.5149
Every format
| HEX | #12ceff |
| RGB | rgb(18, 206, 255) |
| HSL | hsl(192, 100%, 54%) |
| CMYK | cmyk(93%, 19%, 0%, 0%) |
| LAB | lab(77.0 -24.9 -35.6) |
| LCH | lch(77.0 43.5 235.0) |
| OKLCH | oklch(0.791 0.146 223.4) |
Copy-ready code
/* CSS */
color: #12ceff;
background-color: #12ceff;
/* Tailwind (arbitrary) */
class="text-[#12ceff] bg-[#12ceff]"
/* SCSS */
$brand: #12ceff;
/* SwiftUI */
Color(red: 0.071, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#12ceff")Accessibility — WCAG contrast
Aa
#12ceff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12ceff on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green80.8%
Blue100.0%
CMYK percentages
Cyan92.9%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#12ceff text on a black background
contrast 11.30:1
Card sample
#12ceff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12ceff;
Background color
Panel with #12ceff background
background-color: #12ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12ceff; background: linear-gradient(135deg, #12ceff, #1230FF);