#449ccf
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 156, 207
HSL
202°, 59%, 54%
CMYK
67, 25, 0, 19
Luminance
0.2951
Every format
| HEX | #449ccf |
| RGB | rgb(68, 156, 207) |
| HSL | hsl(202, 59%, 54%) |
| CMYK | cmyk(67%, 25%, 0%, 19%) |
| LAB | lab(61.2 -10.3 -33.8) |
| LCH | lch(61.2 35.4 253.1) |
| OKLCH | oklch(0.661 0.113 237.4) |
Copy-ready code
/* CSS */
color: #449ccf;
background-color: #449ccf;
/* Tailwind (arbitrary) */
class="text-[#449ccf] bg-[#449ccf]"
/* SCSS */
$brand: #449ccf;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.812)
/* Android */
Color.parseColor("#449ccf")Accessibility — WCAG contrast
Aa
#449ccf on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449ccf on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta24.6%
Yellow0.0%
Key (black)18.8%
Color previews
#449ccf text on a black background
contrast 6.90:1
Card sample
#449ccf text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449ccf;
Background color
Panel with #449ccf background
background-color: #449ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449ccf; background: linear-gradient(135deg, #449ccf, #4944CF);