#45cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
69, 207, 188
HSL
172°, 59%, 54%
CMYK
67, 0, 9, 19
Luminance
0.4952
Every format
| HEX | #45cfbc |
| RGB | rgb(69, 207, 188) |
| HSL | hsl(172, 59%, 54%) |
| CMYK | cmyk(67%, 0%, 9%, 19%) |
| LAB | lab(75.8 -41.2 -1.4) |
| LCH | lch(75.8 41.2 181.9) |
| OKLCH | oklch(0.776 0.120 182.1) |
Copy-ready code
/* CSS */
color: #45cfbc;
background-color: #45cfbc;
/* Tailwind (arbitrary) */
class="text-[#45cfbc] bg-[#45cfbc]"
/* SCSS */
$brand: #45cfbc;
/* SwiftUI */
Color(red: 0.271, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#45cfbc")Accessibility — WCAG contrast
Aa
#45cfbc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cfbc on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green81.2%
Blue73.7%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#45cfbc text on a black background
contrast 10.90:1
Card sample
#45cfbc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cfbc;
Background color
Panel with #45cfbc background
background-color: #45cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cfbc; background: linear-gradient(135deg, #45cfbc, #4586CF);