#245050
a deep, soft cyan · cool · closest name: darkslategray
RGB
36, 80, 80
HSL
180°, 38%, 23%
CMYK
55, 0, 0, 69
Luminance
0.0669
Every format
| HEX | #245050 |
| RGB | rgb(36, 80, 80) |
| HSL | hsl(180, 38%, 23%) |
| CMYK | cmyk(55%, 0%, 0%, 69%) |
| LAB | lab(31.1 -15.1 -4.7) |
| LCH | lch(31.1 15.8 197.2) |
| OKLCH | oklch(0.400 0.049 195.4) |
Copy-ready code
/* CSS */
color: #245050;
background-color: #245050;
/* Tailwind (arbitrary) */
class="text-[#245050] bg-[#245050]"
/* SCSS */
$brand: #245050;
/* SwiftUI */
Color(red: 0.141, green: 0.314, blue: 0.314)
/* Android */
Color.parseColor("#245050")Accessibility — WCAG contrast
Aa
#245050 on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#245050 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green31.4%
Blue31.4%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow0.0%
Key (black)68.6%
Color previews
#245050 text on a black background
contrast 2.34:1
Card sample
#245050 text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #245050;
Background color
Panel with #245050 background
background-color: #245050;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #245050;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 80, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 80, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #245050; background: linear-gradient(135deg, #245050, #243350);