#449acf
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 154, 207
HSL
203°, 59%, 54%
CMYK
67, 26, 0, 19
Luminance
0.2885
Every format
| HEX | #449acf |
| RGB | rgb(68, 154, 207) |
| HSL | hsl(203, 59%, 54%) |
| CMYK | cmyk(67%, 26%, 0%, 19%) |
| LAB | lab(60.6 -9.2 -34.7) |
| LCH | lch(60.6 35.9 255.2) |
| OKLCH | oklch(0.656 0.114 239.0) |
Copy-ready code
/* CSS */
color: #449acf;
background-color: #449acf;
/* Tailwind (arbitrary) */
class="text-[#449acf] bg-[#449acf]"
/* SCSS */
$brand: #449acf;
/* SwiftUI */
Color(red: 0.267, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#449acf")Accessibility — WCAG contrast
Aa
#449acf on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449acf on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.4%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta25.6%
Yellow0.0%
Key (black)18.8%
Color previews
#449acf text on a black background
contrast 6.77:1
Card sample
#449acf text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449acf;
Background color
Panel with #449acf background
background-color: #449acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449acf; background: linear-gradient(135deg, #449acf, #4B44CF);