#45ceba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 206, 186
HSL
171°, 58%, 54%
CMYK
67, 0, 10, 19
Luminance
0.4895
Every format
| HEX | #45ceba |
| RGB | rgb(69, 206, 186) |
| HSL | hsl(171, 58%, 54%) |
| CMYK | cmyk(67%, 0%, 10%, 19%) |
| LAB | lab(75.4 -41.3 -0.8) |
| LCH | lch(75.4 41.3 181.1) |
| OKLCH | oklch(0.773 0.120 181.4) |
Copy-ready code
/* CSS */
color: #45ceba;
background-color: #45ceba;
/* Tailwind (arbitrary) */
class="text-[#45ceba] bg-[#45ceba]"
/* SCSS */
$brand: #45ceba;
/* SwiftUI */
Color(red: 0.271, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#45ceba")Accessibility — WCAG contrast
Aa
#45ceba on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45ceba on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green80.8%
Blue72.9%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#45ceba text on a black background
contrast 10.79:1
Card sample
#45ceba text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45ceba;
Background color
Panel with #45ceba background
background-color: #45ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45ceba; background: linear-gradient(135deg, #45ceba, #4587CE);