#449ba2
a balanced, soft cyan · cool · closest name: teal
RGB
68, 155, 162
HSL
185°, 41%, 45%
CMYK
58, 4, 0, 37
Luminance
0.2728
Every format
| HEX | #449ba2 |
| RGB | rgb(68, 155, 162) |
| HSL | hsl(185, 41%, 45%) |
| CMYK | cmyk(58%, 4%, 0%, 37%) |
| LAB | lab(59.2 -23.8 -11.5) |
| LCH | lch(59.2 26.5 205.9) |
| OKLCH | oklch(0.639 0.083 202.5) |
Copy-ready code
/* CSS */
color: #449ba2;
background-color: #449ba2;
/* Tailwind (arbitrary) */
class="text-[#449ba2] bg-[#449ba2]"
/* SCSS */
$brand: #449ba2;
/* SwiftUI */
Color(red: 0.267, green: 0.608, blue: 0.635)
/* Android */
Color.parseColor("#449ba2")Accessibility — WCAG contrast
Aa
#449ba2 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449ba2 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.8%
Blue63.5%
CMYK percentages
Cyan58.0%
Magenta4.3%
Yellow0.0%
Key (black)36.5%
Color previews
#449ba2 text on a black background
contrast 6.46:1
Card sample
#449ba2 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449ba2;
Background color
Panel with #449ba2 background
background-color: #449ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 155, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 155, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449ba2; background: linear-gradient(135deg, #449ba2, #445CA2);