#75a394
a balanced, soft cyan · cool · closest name: gray
RGB
117, 163, 148
HSL
160°, 20%, 55%
CMYK
28, 0, 9, 36
Luminance
0.3211
Every format
| HEX | #75a394 |
| RGB | rgb(117, 163, 148) |
| HSL | hsl(160, 20%, 55%) |
| CMYK | cmyk(28%, 0%, 9%, 36%) |
| LAB | lab(63.4 -18.8 2.8) |
| LCH | lch(63.4 19.0 171.4) |
| OKLCH | oklch(0.678 0.054 172.4) |
Copy-ready code
/* CSS */
color: #75a394;
background-color: #75a394;
/* Tailwind (arbitrary) */
class="text-[#75a394] bg-[#75a394]"
/* SCSS */
$brand: #75a394;
/* SwiftUI */
Color(red: 0.459, green: 0.639, blue: 0.580)
/* Android */
Color.parseColor("#75a394")Accessibility — WCAG contrast
Aa
#75a394 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75a394 on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green63.9%
Blue58.0%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow9.2%
Key (black)36.1%
Color previews
#75a394 text on a black background
contrast 7.42:1
Card sample
#75a394 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75a394;
Background color
Panel with #75a394 background
background-color: #75a394;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75a394;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 163, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 163, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75a394; background: linear-gradient(135deg, #75a394, #7593A3);