#45afab
a balanced, soft cyan · cool · closest name: teal
RGB
69, 175, 171
HSL
178°, 43%, 48%
CMYK
61, 0, 2, 31
Luminance
0.3487
Every format
| HEX | #45afab |
| RGB | rgb(69, 175, 171) |
| HSL | hsl(178, 43%, 48%) |
| CMYK | cmyk(61%, 0%, 2%, 31%) |
| LAB | lab(65.6 -31.0 -7.0) |
| LCH | lch(65.6 31.8 192.8) |
| OKLCH | oklch(0.692 0.097 191.7) |
Copy-ready code
/* CSS */
color: #45afab;
background-color: #45afab;
/* Tailwind (arbitrary) */
class="text-[#45afab] bg-[#45afab]"
/* SCSS */
$brand: #45afab;
/* SwiftUI */
Color(red: 0.271, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#45afab")Accessibility — WCAG contrast
Aa
#45afab on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45afab on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green68.6%
Blue67.1%
CMYK percentages
Cyan60.6%
Magenta0.0%
Yellow2.3%
Key (black)31.4%
Color previews
#45afab text on a black background
contrast 7.97:1
Card sample
#45afab text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45afab;
Background color
Panel with #45afab background
background-color: #45afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45afab; background: linear-gradient(135deg, #45afab, #456CAF);