#295f7b
a dark, vivid blue · cool · closest name: steelblue
RGB
41, 95, 123
HSL
201°, 50%, 32%
CMYK
67, 23, 0, 52
Luminance
0.1009
Every format
| HEX | #295f7b |
| RGB | rgb(41, 95, 123) |
| HSL | hsl(201, 50%, 32%) |
| CMYK | cmyk(67%, 23%, 0%, 52%) |
| LAB | lab(38.0 -8.4 -21.0) |
| LCH | lch(38.0 22.7 248.1) |
| OKLCH | oklch(0.462 0.073 234.1) |
Copy-ready code
/* CSS */
color: #295f7b;
background-color: #295f7b;
/* Tailwind (arbitrary) */
class="text-[#295f7b] bg-[#295f7b]"
/* SCSS */
$brand: #295f7b;
/* SwiftUI */
Color(red: 0.161, green: 0.373, blue: 0.482)
/* Android */
Color.parseColor("#295f7b")Accessibility — WCAG contrast
Aa
#295f7b on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#295f7b on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green37.3%
Blue48.2%
CMYK percentages
Cyan66.7%
Magenta22.8%
Yellow0.0%
Key (black)51.8%
Color previews
#295f7b text on a black background
contrast 3.02:1
Card sample
#295f7b text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #295f7b;
Background color
Panel with #295f7b background
background-color: #295f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #295f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 95, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 95, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #295f7b; background: linear-gradient(135deg, #295f7b, #2A297B);