#245a75
a dark, vivid blue · cool · closest name: darkslategray
RGB
36, 90, 117
HSL
200°, 53%, 30%
CMYK
69, 23, 0, 54
Luminance
0.0897
Every format
| HEX | #245a75 |
| RGB | rgb(36, 90, 117) |
| HSL | hsl(200, 53%, 30%) |
| CMYK | cmyk(69%, 23%, 0%, 54%) |
| LAB | lab(35.9 -8.5 -20.6) |
| LCH | lch(35.9 22.2 247.6) |
| OKLCH | oklch(0.444 0.072 233.5) |
Copy-ready code
/* CSS */
color: #245a75;
background-color: #245a75;
/* Tailwind (arbitrary) */
class="text-[#245a75] bg-[#245a75]"
/* SCSS */
$brand: #245a75;
/* SwiftUI */
Color(red: 0.141, green: 0.353, blue: 0.459)
/* Android */
Color.parseColor("#245a75")Accessibility — WCAG contrast
Aa
#245a75 on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#245a75 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green35.3%
Blue45.9%
CMYK percentages
Cyan69.2%
Magenta23.1%
Yellow0.0%
Key (black)54.1%
Color previews
#245a75 text on a black background
contrast 2.79:1
Card sample
#245a75 text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #245a75;
Background color
Panel with #245a75 background
background-color: #245a75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #245a75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 90, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 90, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #245a75; background: linear-gradient(135deg, #245a75, #242475);