#75ceac
a balanced, vivid green · cool · closest name: turquoise
RGB
117, 206, 172
HSL
157°, 48%, 63%
CMYK
43, 0, 17, 19
Luminance
0.5090
Every format
| HEX | #75ceac |
| RGB | rgb(117, 206, 172) |
| HSL | hsl(157, 48%, 63%) |
| CMYK | cmyk(43%, 0%, 17%, 19%) |
| LAB | lab(76.6 -34.6 8.6) |
| LCH | lch(76.6 35.7 166.0) |
| OKLCH | oklch(0.786 0.100 167.2) |
Copy-ready code
/* CSS */
color: #75ceac;
background-color: #75ceac;
/* Tailwind (arbitrary) */
class="text-[#75ceac] bg-[#75ceac]"
/* SCSS */
$brand: #75ceac;
/* SwiftUI */
Color(red: 0.459, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#75ceac")Accessibility — WCAG contrast
Aa
#75ceac on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75ceac on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green80.8%
Blue67.5%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#75ceac text on a black background
contrast 11.18:1
Card sample
#75ceac text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75ceac;
Background color
Panel with #75ceac background
background-color: #75ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75ceac; background: linear-gradient(135deg, #75ceac, #75B5CE);