#45facf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
69, 250, 207
HSL
166°, 95%, 63%
CMYK
72, 0, 17, 2
Luminance
0.7414
Every format
| HEX | #45facf |
| RGB | rgb(69, 250, 207) |
| HSL | hsl(166, 95%, 63%) |
| CMYK | cmyk(72%, 0%, 17%, 2%) |
| LAB | lab(89.0 -54.6 7.7) |
| LCH | lch(89.0 55.2 171.9) |
| OKLCH | oklch(0.886 0.155 172.7) |
Copy-ready code
/* CSS */
color: #45facf;
background-color: #45facf;
/* Tailwind (arbitrary) */
class="text-[#45facf] bg-[#45facf]"
/* SCSS */
$brand: #45facf;
/* SwiftUI */
Color(red: 0.271, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#45facf")Accessibility — WCAG contrast
Aa
#45facf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45facf on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green98.0%
Blue81.2%
CMYK percentages
Cyan72.4%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#45facf text on a black background
contrast 15.83:1
Card sample
#45facf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45facf;
Background color
Panel with #45facf background
background-color: #45facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45facf; background: linear-gradient(135deg, #45facf, #45ACFA);