#46afdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
70, 175, 223
HSL
199°, 71%, 58%
CMYK
69, 22, 0, 13
Luminance
0.3729
Every format
| HEX | #46afdf |
| RGB | rgb(70, 175, 223) |
| HSL | hsl(199, 71%, 58%) |
| CMYK | cmyk(69%, 22%, 0%, 13%) |
| LAB | lab(67.5 -15.1 -33.0) |
| LCH | lch(67.5 36.3 245.4) |
| OKLCH | oklch(0.713 0.118 231.6) |
Copy-ready code
/* CSS */
color: #46afdf;
background-color: #46afdf;
/* Tailwind (arbitrary) */
class="text-[#46afdf] bg-[#46afdf]"
/* SCSS */
$brand: #46afdf;
/* SwiftUI */
Color(red: 0.275, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#46afdf")Accessibility — WCAG contrast
Aa
#46afdf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46afdf on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#46afdf text on a black background
contrast 8.46:1
Card sample
#46afdf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46afdf;
Background color
Panel with #46afdf background
background-color: #46afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46afdf; background: linear-gradient(135deg, #46afdf, #4649DF);