#45cec3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 206, 195
HSL
175°, 58%, 54%
CMYK
67, 0, 5, 19
Luminance
0.4935
Every format
| HEX | #45cec3 |
| RGB | rgb(69, 206, 195) |
| HSL | hsl(175, 58%, 54%) |
| CMYK | cmyk(67%, 0%, 5%, 19%) |
| LAB | lab(75.7 -38.9 -5.3) |
| LCH | lch(75.7 39.2 187.8) |
| OKLCH | oklch(0.776 0.117 187.4) |
Copy-ready code
/* CSS */
color: #45cec3;
background-color: #45cec3;
/* Tailwind (arbitrary) */
class="text-[#45cec3] bg-[#45cec3]"
/* SCSS */
$brand: #45cec3;
/* SwiftUI */
Color(red: 0.271, green: 0.808, blue: 0.765)
/* Android */
Color.parseColor("#45cec3")Accessibility — WCAG contrast
Aa
#45cec3 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cec3 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green80.8%
Blue76.5%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow5.3%
Key (black)19.2%
Color previews
#45cec3 text on a black background
contrast 10.87:1
Card sample
#45cec3 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cec3;
Background color
Panel with #45cec3 background
background-color: #45cec3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cec3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 206, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 206, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cec3; background: linear-gradient(135deg, #45cec3, #457ECE);