#12dfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
18, 223, 235
HSL
183°, 86%, 50%
CMYK
92, 5, 0, 8
Luminance
0.5890
Every format
| HEX | #12dfeb |
| RGB | rgb(18, 223, 235) |
| HSL | hsl(183, 86%, 50%) |
| CMYK | cmyk(92%, 5%, 0%, 8%) |
| LAB | lab(81.2 -39.4 -18.5) |
| LCH | lch(81.2 43.5 205.1) |
| OKLCH | oklch(0.823 0.138 201.8) |
Copy-ready code
/* CSS */
color: #12dfeb;
background-color: #12dfeb;
/* Tailwind (arbitrary) */
class="text-[#12dfeb] bg-[#12dfeb]"
/* SCSS */
$brand: #12dfeb;
/* SwiftUI */
Color(red: 0.071, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#12dfeb")Accessibility — WCAG contrast
Aa
#12dfeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12dfeb on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green87.5%
Blue92.2%
CMYK percentages
Cyan92.3%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#12dfeb text on a black background
contrast 12.78:1
Card sample
#12dfeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12dfeb;
Background color
Panel with #12dfeb background
background-color: #12dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12dfeb; background: linear-gradient(135deg, #12dfeb, #124EEB);