#46bfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
70, 191, 223
HSL
193°, 71%, 58%
CMYK
69, 14, 0, 13
Luminance
0.4389
Every format
| HEX | #46bfdf |
| RGB | rgb(70, 191, 223) |
| HSL | hsl(193, 71%, 58%) |
| CMYK | cmyk(69%, 14%, 0%, 13%) |
| LAB | lab(72.2 -23.4 -25.8) |
| LCH | lch(72.2 34.8 227.7) |
| OKLCH | oklch(0.750 0.114 218.9) |
Copy-ready code
/* CSS */
color: #46bfdf;
background-color: #46bfdf;
/* Tailwind (arbitrary) */
class="text-[#46bfdf] bg-[#46bfdf]"
/* SCSS */
$brand: #46bfdf;
/* SwiftUI */
Color(red: 0.275, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#46bfdf")Accessibility — WCAG contrast
Aa
#46bfdf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bfdf on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green74.9%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#46bfdf text on a black background
contrast 9.78:1
Card sample
#46bfdf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bfdf;
Background color
Panel with #46bfdf background
background-color: #46bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bfdf; background: linear-gradient(135deg, #46bfdf, #4659DF);