#46bace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
70, 186, 206
HSL
189°, 58%, 54%
CMYK
66, 10, 0, 19
Luminance
0.4088
Every format
| HEX | #46bace |
| RGB | rgb(70, 186, 206) |
| HSL | hsl(189, 58%, 54%) |
| CMYK | cmyk(66%, 10%, 0%, 19%) |
| LAB | lab(70.1 -26.1 -19.6) |
| LCH | lch(70.1 32.6 217.0) |
| OKLCH | oklch(0.732 0.106 211.1) |
Copy-ready code
/* CSS */
color: #46bace;
background-color: #46bace;
/* Tailwind (arbitrary) */
class="text-[#46bace] bg-[#46bace]"
/* SCSS */
$brand: #46bace;
/* SwiftUI */
Color(red: 0.275, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#46bace")Accessibility — WCAG contrast
Aa
#46bace on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bace on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green72.9%
Blue80.8%
CMYK percentages
Cyan66.0%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#46bace text on a black background
contrast 9.18:1
Card sample
#46bace text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bace;
Background color
Panel with #46bace background
background-color: #46bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bace; background: linear-gradient(135deg, #46bace, #465FCE);