#45dbeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
69, 219, 235
HSL
186°, 81%, 60%
CMYK
71, 7, 0, 8
Luminance
0.5793
Every format
| HEX | #45dbeb |
| RGB | rgb(69, 219, 235) |
| HSL | hsl(186, 81%, 60%) |
| CMYK | cmyk(71%, 7%, 0%, 8%) |
| LAB | lab(80.7 -33.6 -19.2) |
| LCH | lch(80.7 38.7 209.8) |
| OKLCH | oklch(0.821 0.124 205.5) |
Copy-ready code
/* CSS */
color: #45dbeb;
background-color: #45dbeb;
/* Tailwind (arbitrary) */
class="text-[#45dbeb] bg-[#45dbeb]"
/* SCSS */
$brand: #45dbeb;
/* SwiftUI */
Color(red: 0.271, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#45dbeb")Accessibility — WCAG contrast
Aa
#45dbeb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45dbeb on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green85.9%
Blue92.2%
CMYK percentages
Cyan70.6%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#45dbeb text on a black background
contrast 12.59:1
Card sample
#45dbeb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45dbeb;
Background color
Panel with #45dbeb background
background-color: #45dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45dbeb; background: linear-gradient(135deg, #45dbeb, #456CEB);