#46bdee
a balanced, electric cyan · cool · closest name: skyblue
RGB
70, 189, 238
HSL
198°, 83%, 60%
CMYK
71, 21, 0, 7
Luminance
0.4387
Every format
| HEX | #46bdee |
| RGB | rgb(70, 189, 238) |
| HSL | hsl(198, 83%, 60%) |
| CMYK | cmyk(71%, 21%, 0%, 7%) |
| LAB | lab(72.1 -17.6 -33.9) |
| LCH | lch(72.1 38.2 242.5) |
| OKLCH | oklch(0.752 0.125 229.4) |
Copy-ready code
/* CSS */
color: #46bdee;
background-color: #46bdee;
/* Tailwind (arbitrary) */
class="text-[#46bdee] bg-[#46bdee]"
/* SCSS */
$brand: #46bdee;
/* SwiftUI */
Color(red: 0.275, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#46bdee")Accessibility — WCAG contrast
Aa
#46bdee on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bdee on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green74.1%
Blue93.3%
CMYK percentages
Cyan70.6%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#46bdee text on a black background
contrast 9.77:1
Card sample
#46bdee text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bdee;
Background color
Panel with #46bdee background
background-color: #46bdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bdee; background: linear-gradient(135deg, #46bdee, #464DEE);