#449cda
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 156, 218
HSL
205°, 67%, 56%
CMYK
69, 28, 0, 15
Luminance
0.3007
Every format
| HEX | #449cda |
| RGB | rgb(68, 156, 218) |
| HSL | hsl(205, 67%, 56%) |
| CMYK | cmyk(69%, 28%, 0%, 15%) |
| LAB | lab(61.7 -6.6 -39.2) |
| LCH | lch(61.7 39.8 260.5) |
| OKLCH | oklch(0.666 0.125 242.7) |
Copy-ready code
/* CSS */
color: #449cda;
background-color: #449cda;
/* Tailwind (arbitrary) */
class="text-[#449cda] bg-[#449cda]"
/* SCSS */
$brand: #449cda;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.855)
/* Android */
Color.parseColor("#449cda")Accessibility — WCAG contrast
Aa
#449cda on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#449cda on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue85.5%
CMYK percentages
Cyan68.8%
Magenta28.4%
Yellow0.0%
Key (black)14.5%
Color previews
#449cda text on a black background
contrast 7.01:1
Card sample
#449cda text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449cda;
Background color
Panel with #449cda background
background-color: #449cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449cda; background: linear-gradient(135deg, #449cda, #5044DA);