#449baf
a balanced, soft cyan · cool · closest name: teal
RGB
68, 155, 175
HSL
191°, 44%, 48%
CMYK
61, 11, 0, 31
Luminance
0.2777
Every format
| HEX | #449baf |
| RGB | rgb(68, 155, 175) |
| HSL | hsl(191, 44%, 48%) |
| CMYK | cmyk(61%, 11%, 0%, 31%) |
| LAB | lab(59.7 -19.9 -18.2) |
| LCH | lch(59.7 27.0 222.4) |
| OKLCH | oklch(0.644 0.088 215.3) |
Copy-ready code
/* CSS */
color: #449baf;
background-color: #449baf;
/* Tailwind (arbitrary) */
class="text-[#449baf] bg-[#449baf]"
/* SCSS */
$brand: #449baf;
/* SwiftUI */
Color(red: 0.267, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#449baf")Accessibility — WCAG contrast
Aa
#449baf on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#449baf on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.8%
Blue68.6%
CMYK percentages
Cyan61.1%
Magenta11.4%
Yellow0.0%
Key (black)31.4%
Color previews
#449baf text on a black background
contrast 6.55:1
Card sample
#449baf text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #449baf;
Background color
Panel with #449baf background
background-color: #449baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #449baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #449baf; background: linear-gradient(135deg, #449baf, #4454AF);