#709999
a balanced, soft cyan · cool · closest name: gray
RGB
112, 153, 153
HSL
180°, 17%, 52%
CMYK
27, 0, 0, 40
Luminance
0.2853
Every format
| HEX | #709999 |
| RGB | rgb(112, 153, 153) |
| HSL | hsl(180, 17%, 52%) |
| CMYK | cmyk(27%, 0%, 0%, 40%) |
| LAB | lab(60.4 -13.9 -4.5) |
| LCH | lch(60.4 14.6 198.1) |
| OKLCH | oklch(0.653 0.045 196.1) |
Copy-ready code
/* CSS */
color: #709999;
background-color: #709999;
/* Tailwind (arbitrary) */
class="text-[#709999] bg-[#709999]"
/* SCSS */
$brand: #709999;
/* SwiftUI */
Color(red: 0.439, green: 0.600, blue: 0.600)
/* Android */
Color.parseColor("#709999")Accessibility — WCAG contrast
Aa
#709999 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#709999 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green60.0%
Blue60.0%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow0.0%
Key (black)40.0%
Color previews
#709999 text on a black background
contrast 6.71:1
Card sample
#709999 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #709999;
Background color
Panel with #709999 background
background-color: #709999;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #709999;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 153, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 153, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #709999; background: linear-gradient(135deg, #709999, #707E99);