#4499aa
a balanced, soft cyan · cool · closest name: teal
RGB
68, 153, 170
HSL
190°, 43%, 47%
CMYK
60, 10, 0, 33
Luminance
0.2691
Every format
| HEX | #4499aa |
| RGB | rgb(68, 153, 170) |
| HSL | hsl(190, 43%, 47%) |
| CMYK | cmyk(60%, 10%, 0%, 33%) |
| LAB | lab(58.9 -20.4 -16.6) |
| LCH | lch(58.9 26.3 219.1) |
| OKLCH | oklch(0.638 0.085 212.8) |
Copy-ready code
/* CSS */
color: #4499aa;
background-color: #4499aa;
/* Tailwind (arbitrary) */
class="text-[#4499aa] bg-[#4499aa]"
/* SCSS */
$brand: #4499aa;
/* SwiftUI */
Color(red: 0.267, green: 0.600, blue: 0.667)
/* Android */
Color.parseColor("#4499aa")Accessibility — WCAG contrast
Aa
#4499aa on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4499aa on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.0%
Blue66.7%
CMYK percentages
Cyan60.0%
Magenta10.0%
Yellow0.0%
Key (black)33.3%
Color previews
#4499aa text on a black background
contrast 6.38:1
Card sample
#4499aa text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4499aa;
Background color
Panel with #4499aa background
background-color: #4499aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4499aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 153, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 153, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4499aa; background: linear-gradient(135deg, #4499aa, #4455AA);