#45ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
69, 235, 223
HSL
176°, 81%, 60%
CMYK
71, 0, 5, 8
Luminance
0.6601
Every format
| HEX | #45ebdf |
| RGB | rgb(69, 235, 223) |
| HSL | hsl(176, 81%, 60%) |
| CMYK | cmyk(71%, 0%, 5%, 8%) |
| LAB | lab(85.0 -44.3 -6.4) |
| LCH | lch(85.0 44.7 188.3) |
| OKLCH | oklch(0.854 0.134 187.8) |
Copy-ready code
/* CSS */
color: #45ebdf;
background-color: #45ebdf;
/* Tailwind (arbitrary) */
class="text-[#45ebdf] bg-[#45ebdf]"
/* SCSS */
$brand: #45ebdf;
/* SwiftUI */
Color(red: 0.271, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#45ebdf")Accessibility — WCAG contrast
Aa
#45ebdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45ebdf on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green92.2%
Blue87.5%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#45ebdf text on a black background
contrast 14.20:1
Card sample
#45ebdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45ebdf;
Background color
Panel with #45ebdf background
background-color: #45ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45ebdf; background: linear-gradient(135deg, #45ebdf, #4588EB);