#46b6df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
70, 182, 223
HSL
196°, 71%, 58%
CMYK
69, 18, 0, 13
Luminance
0.4009
Every format
| HEX | #46b6df |
| RGB | rgb(70, 182, 223) |
| HSL | hsl(196, 71%, 58%) |
| CMYK | cmyk(69%, 18%, 0%, 13%) |
| LAB | lab(69.5 -18.8 -29.8) |
| LCH | lch(69.5 35.2 237.8) |
| OKLCH | oklch(0.730 0.116 226.2) |
Copy-ready code
/* CSS */
color: #46b6df;
background-color: #46b6df;
/* Tailwind (arbitrary) */
class="text-[#46b6df] bg-[#46b6df]"
/* SCSS */
$brand: #46b6df;
/* SwiftUI */
Color(red: 0.275, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#46b6df")Accessibility — WCAG contrast
Aa
#46b6df on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46b6df on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green71.4%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta18.4%
Yellow0.0%
Key (black)12.5%
Color previews
#46b6df text on a black background
contrast 9.02:1
Card sample
#46b6df text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46b6df;
Background color
Panel with #46b6df background
background-color: #46b6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46b6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 182, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 182, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46b6df; background: linear-gradient(135deg, #46b6df, #4650DF);