#548c94
a balanced, soft cyan · cool · closest name: teal
RGB
84, 140, 148
HSL
188°, 28%, 46%
CMYK
43, 5, 0, 42
Luminance
0.2278
Every format
| HEX | #548c94 |
| RGB | rgb(84, 140, 148) |
| HSL | hsl(188, 28%, 46%) |
| CMYK | cmyk(43%, 5%, 0%, 42%) |
| LAB | lab(54.8 -16.2 -10.1) |
| LCH | lch(54.8 19.1 211.8) |
| OKLCH | oklch(0.605 0.060 207.3) |
Copy-ready code
/* CSS */
color: #548c94;
background-color: #548c94;
/* Tailwind (arbitrary) */
class="text-[#548c94] bg-[#548c94]"
/* SCSS */
$brand: #548c94;
/* SwiftUI */
Color(red: 0.329, green: 0.549, blue: 0.580)
/* Android */
Color.parseColor("#548c94")Accessibility — WCAG contrast
Aa
#548c94 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548c94 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.9%
Blue58.0%
CMYK percentages
Cyan43.2%
Magenta5.4%
Yellow0.0%
Key (black)42.0%
Color previews
#548c94 text on a black background
contrast 5.56:1
Card sample
#548c94 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548c94;
Background color
Panel with #548c94 background
background-color: #548c94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548c94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 140, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 140, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548c94; background: linear-gradient(135deg, #548c94, #546194);