#46cfdc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
70, 207, 220
HSL
185°, 68%, 57%
CMYK
68, 6, 0, 14
Luminance
0.5110
Every format
| HEX | #46cfdc |
| RGB | rgb(70, 207, 220) |
| HSL | hsl(185, 68%, 57%) |
| CMYK | cmyk(68%, 6%, 0%, 14%) |
| LAB | lab(76.7 -32.2 -17.2) |
| LCH | lch(76.7 36.5 208.1) |
| OKLCH | oklch(0.787 0.116 204.2) |
Copy-ready code
/* CSS */
color: #46cfdc;
background-color: #46cfdc;
/* Tailwind (arbitrary) */
class="text-[#46cfdc] bg-[#46cfdc]"
/* SCSS */
$brand: #46cfdc;
/* SwiftUI */
Color(red: 0.275, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#46cfdc")Accessibility — WCAG contrast
Aa
#46cfdc on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cfdc on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green81.2%
Blue86.3%
CMYK percentages
Cyan68.2%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#46cfdc text on a black background
contrast 11.22:1
Card sample
#46cfdc text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cfdc;
Background color
Panel with #46cfdc background
background-color: #46cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cfdc; background: linear-gradient(135deg, #46cfdc, #466BDC);