#46decf
a balanced, vivid cyan · cool · “turquoise”
RGB
70, 222, 207
HSL
174°, 70%, 57%
CMYK
69, 0, 7, 13
Luminance
0.5805
Every format
| HEX | #46decf |
| RGB | rgb(70, 222, 207) |
| HSL | hsl(174, 70%, 57%) |
| CMYK | cmyk(69%, 0%, 7%, 13%) |
| LAB | lab(80.8 -42.7 -4.2) |
| LCH | lch(80.8 42.9 185.6) |
| OKLCH | oklch(0.819 0.127 185.5) |
Copy-ready code
/* CSS */
color: #46decf;
background-color: #46decf;
/* Tailwind (arbitrary) */
class="text-[#46decf] bg-[#46decf]"
/* SCSS */
$brand: #46decf;
/* SwiftUI */
Color(red: 0.275, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#46decf")Accessibility — WCAG contrast
Aa
#46decf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46decf on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan68.5%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#46decf text on a black background
contrast 12.61:1
Card sample
#46decf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46decf;
Background color
Panel with #46decf background
background-color: #46decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46decf; background: linear-gradient(135deg, #46decf, #4688DE);