#45afb2
a balanced, soft cyan · cool · closest name: teal
RGB
69, 175, 178
HSL
182°, 44%, 48%
CMYK
61, 2, 0, 30
Luminance
0.3514
Every format
| HEX | #45afb2 |
| RGB | rgb(69, 175, 178) |
| HSL | hsl(182, 44%, 48%) |
| CMYK | cmyk(61%, 2%, 0%, 30%) |
| LAB | lab(65.9 -29.0 -10.6) |
| LCH | lch(65.9 30.9 200.1) |
| OKLCH | oklch(0.695 0.096 197.8) |
Copy-ready code
/* CSS */
color: #45afb2;
background-color: #45afb2;
/* Tailwind (arbitrary) */
class="text-[#45afb2] bg-[#45afb2]"
/* SCSS */
$brand: #45afb2;
/* SwiftUI */
Color(red: 0.271, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#45afb2")Accessibility — WCAG contrast
Aa
#45afb2 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45afb2 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green68.6%
Blue69.8%
CMYK percentages
Cyan61.2%
Magenta1.7%
Yellow0.0%
Key (black)30.2%
Color previews
#45afb2 text on a black background
contrast 8.03:1
Card sample
#45afb2 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45afb2;
Background color
Panel with #45afb2 background
background-color: #45afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45afb2; background: linear-gradient(135deg, #45afb2, #4566B2);