#12fbdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
18, 251, 223
HSL
173°, 97%, 53%
CMYK
93, 0, 11, 2
Luminance
0.7445
Every format
| HEX | #12fbdf |
| RGB | rgb(18, 251, 223) |
| HSL | hsl(173, 97%, 53%) |
| CMYK | cmyk(93%, 0%, 11%, 2%) |
| LAB | lab(89.1 -54.8 -0.4) |
| LCH | lch(89.1 54.8 180.4) |
| OKLCH | oklch(0.886 0.159 180.7) |
Copy-ready code
/* CSS */
color: #12fbdf;
background-color: #12fbdf;
/* Tailwind (arbitrary) */
class="text-[#12fbdf] bg-[#12fbdf]"
/* SCSS */
$brand: #12fbdf;
/* SwiftUI */
Color(red: 0.071, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#12fbdf")Accessibility — WCAG contrast
Aa
#12fbdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12fbdf on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green98.4%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#12fbdf text on a black background
contrast 15.89:1
Card sample
#12fbdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12fbdf;
Background color
Panel with #12fbdf background
background-color: #12fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12fbdf; background: linear-gradient(135deg, #12fbdf, #127BFB);