#449cbb
a balanced, vivid cyan · cool · closest name: steelblue
RGB
68, 156, 187
HSL
196°, 47%, 50%
CMYK
64, 17, 0, 27
Luminance
0.2859
Every format
| HEX | #449cbb |
| RGB | rgb(68, 156, 187) |
| HSL | hsl(196, 47%, 50%) |
| CMYK | cmyk(64%, 17%, 0%, 27%) |
| LAB | lab(60.4 -16.7 -23.9) |
| LCH | lch(60.4 29.1 235.0) |
| OKLCH | oklch(0.652 0.095 224.4) |
Copy-ready code
/* CSS */
color: #449cbb;
background-color: #449cbb;
/* Tailwind (arbitrary) */
class="text-[#449cbb] bg-[#449cbb]"
/* SCSS */
$brand: #449cbb;
/* SwiftUI */
Color(red: 0.267, green: 0.612, blue: 0.733)
/* Android */
Color.parseColor("#449cbb")Accessibility — WCAG contrast
Aa
#449cbb on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449cbb on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green61.2%
Blue73.3%
CMYK percentages
Cyan63.6%
Magenta16.6%
Yellow0.0%
Key (black)26.7%
Color previews
#449cbb text on a black background
contrast 6.72:1
Card sample
#449cbb text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449cbb;
Background color
Panel with #449cbb background
background-color: #449cbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449cbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 156, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 156, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449cbb; background: linear-gradient(135deg, #449cbb, #444DBB);