#46cae5
a balanced, electric cyan · cool · closest name: skyblue
RGB
70, 202, 229
HSL
190°, 75%, 59%
CMYK
69, 12, 0, 10
Luminance
0.4920
Every format
| HEX | #46cae5 |
| RGB | rgb(70, 202, 229) |
| HSL | hsl(190, 75%, 59%) |
| CMYK | cmyk(69%, 12%, 0%, 10%) |
| LAB | lab(75.6 -27.1 -23.8) |
| LCH | lch(75.6 36.0 221.3) |
| OKLCH | oklch(0.779 0.118 214.2) |
Copy-ready code
/* CSS */
color: #46cae5;
background-color: #46cae5;
/* Tailwind (arbitrary) */
class="text-[#46cae5] bg-[#46cae5]"
/* SCSS */
$brand: #46cae5;
/* SwiftUI */
Color(red: 0.275, green: 0.792, blue: 0.898)
/* Android */
Color.parseColor("#46cae5")Accessibility — WCAG contrast
Aa
#46cae5 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46cae5 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green79.2%
Blue89.8%
CMYK percentages
Cyan69.4%
Magenta11.8%
Yellow0.0%
Key (black)10.2%
Color previews
#46cae5 text on a black background
contrast 10.84:1
Card sample
#46cae5 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46cae5;
Background color
Panel with #46cae5 background
background-color: #46cae5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46cae5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 202, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 202, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46cae5; background: linear-gradient(135deg, #46cae5, #4660E5);