#12fceb
a balanced, electric cyan · cool · closest name: cyan
RGB
18, 252, 235
HSL
176°, 98%, 53%
CMYK
93, 0, 7, 1
Luminance
0.7575
Every format
| HEX | #12fceb |
| RGB | rgb(18, 252, 235) |
| HSL | hsl(176, 98%, 53%) |
| CMYK | cmyk(93%, 0%, 7%, 1%) |
| LAB | lab(89.7 -52.0 -5.8) |
| LCH | lch(89.7 52.3 186.3) |
| OKLCH | oklch(0.892 0.155 186.1) |
Copy-ready code
/* CSS */
color: #12fceb;
background-color: #12fceb;
/* Tailwind (arbitrary) */
class="text-[#12fceb] bg-[#12fceb]"
/* SCSS */
$brand: #12fceb;
/* SwiftUI */
Color(red: 0.071, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#12fceb")Accessibility — WCAG contrast
Aa
#12fceb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12fceb on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#12fceb text on a black background
contrast 16.15:1
Card sample
#12fceb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12fceb;
Background color
Panel with #12fceb background
background-color: #12fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12fceb; background: linear-gradient(135deg, #12fceb, #1271FC);