#448e99
a dark, soft cyan · cool · closest name: teal
RGB
68, 142, 153
HSL
188°, 39%, 43%
CMYK
56, 7, 0, 40
Luminance
0.2287
Every format
| HEX | #448e99 |
| RGB | rgb(68, 142, 153) |
| HSL | hsl(188, 39%, 43%) |
| CMYK | cmyk(56%, 7%, 0%, 40%) |
| LAB | lab(54.9 -19.7 -12.8) |
| LCH | lch(54.9 23.5 213.1) |
| OKLCH | oklch(0.604 0.075 208.3) |
Copy-ready code
/* CSS */
color: #448e99;
background-color: #448e99;
/* Tailwind (arbitrary) */
class="text-[#448e99] bg-[#448e99]"
/* SCSS */
$brand: #448e99;
/* SwiftUI */
Color(red: 0.267, green: 0.557, blue: 0.600)
/* Android */
Color.parseColor("#448e99")Accessibility — WCAG contrast
Aa
#448e99 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448e99 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green55.7%
Blue60.0%
CMYK percentages
Cyan55.6%
Magenta7.2%
Yellow0.0%
Key (black)40.0%
Color previews
#448e99 text on a black background
contrast 5.57:1
Card sample
#448e99 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448e99;
Background color
Panel with #448e99 background
background-color: #448e99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448e99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 142, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 142, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448e99; background: linear-gradient(135deg, #448e99, #445599);