#46cfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
70, 207, 223
HSL
186°, 71%, 58%
CMYK
69, 7, 0, 13
Luminance
0.5126
Every format
| HEX | #46cfdf |
| RGB | rgb(70, 207, 223) |
| HSL | hsl(186, 71%, 58%) |
| CMYK | cmyk(69%, 7%, 0%, 13%) |
| LAB | lab(76.8 -31.3 -18.7) |
| LCH | lch(76.8 36.4 210.8) |
| OKLCH | oklch(0.788 0.117 206.3) |
Copy-ready code
/* CSS */
color: #46cfdf;
background-color: #46cfdf;
/* Tailwind (arbitrary) */
class="text-[#46cfdf] bg-[#46cfdf]"
/* SCSS */
$brand: #46cfdf;
/* SwiftUI */
Color(red: 0.275, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#46cfdf")Accessibility — WCAG contrast
Aa
#46cfdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cfdf on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green81.2%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#46cfdf text on a black background
contrast 11.25:1
Card sample
#46cfdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cfdf;
Background color
Panel with #46cfdf background
background-color: #46cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cfdf; background: linear-gradient(135deg, #46cfdf, #4669DF);