#489eb3
a balanced, soft cyan · cool · closest name: teal
RGB
72, 158, 179
HSL
192°, 43%, 49%
CMYK
60, 12, 0, 30
Luminance
0.2909
Every format
| HEX | #489eb3 |
| RGB | rgb(72, 158, 179) |
| HSL | hsl(192, 43%, 49%) |
| CMYK | cmyk(60%, 12%, 0%, 30%) |
| LAB | lab(60.9 -19.6 -18.7) |
| LCH | lch(60.9 27.0 223.7) |
| OKLCH | oklch(0.655 0.088 216.2) |
Copy-ready code
/* CSS */
color: #489eb3;
background-color: #489eb3;
/* Tailwind (arbitrary) */
class="text-[#489eb3] bg-[#489eb3]"
/* SCSS */
$brand: #489eb3;
/* SwiftUI */
Color(red: 0.282, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#489eb3")Accessibility — WCAG contrast
Aa
#489eb3 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#489eb3 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green62.0%
Blue70.2%
CMYK percentages
Cyan59.8%
Magenta11.7%
Yellow0.0%
Key (black)29.8%
Color previews
#489eb3 text on a black background
contrast 6.82:1
Card sample
#489eb3 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #489eb3;
Background color
Panel with #489eb3 background
background-color: #489eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #489eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #489eb3; background: linear-gradient(135deg, #489eb3, #4857B3);