#46abce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
70, 171, 206
HSL
195°, 58%, 54%
CMYK
66, 17, 0, 19
Luminance
0.3488
Every format
| HEX | #46abce |
| RGB | rgb(70, 171, 206) |
| HSL | hsl(195, 58%, 54%) |
| CMYK | cmyk(66%, 17%, 0%, 19%) |
| LAB | lab(65.7 -18.4 -26.4) |
| LCH | lch(65.7 32.2 235.2) |
| OKLCH | oklch(0.696 0.105 224.4) |
Copy-ready code
/* CSS */
color: #46abce;
background-color: #46abce;
/* Tailwind (arbitrary) */
class="text-[#46abce] bg-[#46abce]"
/* SCSS */
$brand: #46abce;
/* SwiftUI */
Color(red: 0.275, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#46abce")Accessibility — WCAG contrast
Aa
#46abce on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46abce on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green67.1%
Blue80.8%
CMYK percentages
Cyan66.0%
Magenta17.0%
Yellow0.0%
Key (black)19.2%
Color previews
#46abce text on a black background
contrast 7.98:1
Card sample
#46abce text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46abce;
Background color
Panel with #46abce background
background-color: #46abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46abce; background: linear-gradient(135deg, #46abce, #4650CE);