#41a2df
a balanced, vivid blue · cool · closest name: steelblue
RGB
65, 162, 223
HSL
203°, 71%, 57%
CMYK
71, 27, 0, 13
Luminance
0.3229
Every format
| HEX | #41a2df |
| RGB | rgb(65, 162, 223) |
| HSL | hsl(203, 71%, 57%) |
| CMYK | cmyk(71%, 27%, 0%, 13%) |
| LAB | lab(63.6 -8.7 -39.0) |
| LCH | lch(63.6 40.0 257.4) |
| OKLCH | oklch(0.682 0.127 240.2) |
Copy-ready code
/* CSS */
color: #41a2df;
background-color: #41a2df;
/* Tailwind (arbitrary) */
class="text-[#41a2df] bg-[#41a2df]"
/* SCSS */
$brand: #41a2df;
/* SwiftUI */
Color(red: 0.255, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#41a2df")Accessibility — WCAG contrast
Aa
#41a2df on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41a2df on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green63.5%
Blue87.5%
CMYK percentages
Cyan70.9%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#41a2df text on a black background
contrast 7.46:1
Card sample
#41a2df text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41a2df;
Background color
Panel with #41a2df background
background-color: #41a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41a2df; background: linear-gradient(135deg, #41a2df, #4A41DF);