#46acdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
70, 172, 223
HSL
200°, 71%, 58%
CMYK
69, 23, 0, 13
Luminance
0.3613
Every format
| HEX | #46acdf |
| RGB | rgb(70, 172, 223) |
| HSL | hsl(200, 71%, 58%) |
| CMYK | cmyk(69%, 23%, 0%, 13%) |
| LAB | lab(66.6 -13.5 -34.3) |
| LCH | lch(66.6 36.9 248.6) |
| OKLCH | oklch(0.706 0.119 233.9) |
Copy-ready code
/* CSS */
color: #46acdf;
background-color: #46acdf;
/* Tailwind (arbitrary) */
class="text-[#46acdf] bg-[#46acdf]"
/* SCSS */
$brand: #46acdf;
/* SwiftUI */
Color(red: 0.275, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#46acdf")Accessibility — WCAG contrast
Aa
#46acdf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46acdf on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green67.5%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#46acdf text on a black background
contrast 8.23:1
Card sample
#46acdf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46acdf;
Background color
Panel with #46acdf background
background-color: #46acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46acdf; background: linear-gradient(135deg, #46acdf, #4646DF);