#077253
a deep, electric cyan · cool · closest name: seagreen
RGB
7, 114, 83
HSL
163°, 88%, 24%
CMYK
94, 0, 27, 55
Luminance
0.1270
Every format
| HEX | #077253 |
| RGB | rgb(7, 114, 83) |
| HSL | hsl(163, 88%, 24%) |
| CMYK | cmyk(94%, 0%, 27%, 55%) |
| LAB | lab(42.3 -35.3 9.6) |
| LCH | lch(42.3 36.6 164.8) |
| OKLCH | oklch(0.490 0.100 165.8) |
Copy-ready code
/* CSS */
color: #077253;
background-color: #077253;
/* Tailwind (arbitrary) */
class="text-[#077253] bg-[#077253]"
/* SCSS */
$brand: #077253;
/* SwiftUI */
Color(red: 0.027, green: 0.447, blue: 0.325)
/* Android */
Color.parseColor("#077253")Accessibility — WCAG contrast
Aa
#077253 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#077253 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green44.7%
Blue32.5%
CMYK percentages
Cyan93.9%
Magenta0.0%
Yellow27.2%
Key (black)55.3%
Color previews
#077253 text on a black background
contrast 3.54:1
Card sample
#077253 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #077253;
Background color
Panel with #077253 background
background-color: #077253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #077253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 114, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 114, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #077253; background: linear-gradient(135deg, #077253, #074A72);