#45cfb2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 207, 178
HSL
167°, 59%, 54%
CMYK
67, 0, 14, 19
Luminance
0.4911
Every format
| HEX | #45cfb2 |
| RGB | rgb(69, 207, 178) |
| HSL | hsl(167, 59%, 54%) |
| CMYK | cmyk(67%, 0%, 14%, 19%) |
| LAB | lab(75.5 -43.8 3.6) |
| LCH | lch(75.5 43.9 175.3) |
| OKLCH | oklch(0.773 0.125 175.9) |
Copy-ready code
/* CSS */
color: #45cfb2;
background-color: #45cfb2;
/* Tailwind (arbitrary) */
class="text-[#45cfb2] bg-[#45cfb2]"
/* SCSS */
$brand: #45cfb2;
/* SwiftUI */
Color(red: 0.271, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#45cfb2")Accessibility — WCAG contrast
Aa
#45cfb2 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cfb2 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green81.2%
Blue69.8%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#45cfb2 text on a black background
contrast 10.82:1
Card sample
#45cfb2 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cfb2;
Background color
Panel with #45cfb2 background
background-color: #45cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cfb2; background: linear-gradient(135deg, #45cfb2, #4590CF);