#12deee
a balanced, electric cyan · cool · closest name: cyan
RGB
18, 222, 238
HSL
184°, 87%, 50%
CMYK
92, 7, 0, 7
Luminance
0.5854
Every format
| HEX | #12deee |
| RGB | rgb(18, 222, 238) |
| HSL | hsl(184, 87%, 50%) |
| CMYK | cmyk(92%, 7%, 0%, 7%) |
| LAB | lab(81.0 -38.0 -20.4) |
| LCH | lch(81.0 43.1 208.2) |
| OKLCH | oklch(0.822 0.139 204.2) |
Copy-ready code
/* CSS */
color: #12deee;
background-color: #12deee;
/* Tailwind (arbitrary) */
class="text-[#12deee] bg-[#12deee]"
/* SCSS */
$brand: #12deee;
/* SwiftUI */
Color(red: 0.071, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#12deee")Accessibility — WCAG contrast
Aa
#12deee on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12deee on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green87.1%
Blue93.3%
CMYK percentages
Cyan92.4%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#12deee text on a black background
contrast 12.71:1
Card sample
#12deee text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12deee;
Background color
Panel with #12deee background
background-color: #12deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12deee; background: linear-gradient(135deg, #12deee, #124BEE);