#115288
a dark, electric blue · cool · closest name: steelblue
RGB
17, 82, 136
HSL
207°, 78%, 30%
CMYK
88, 40, 0, 47
Luminance
0.0793
Every format
| HEX | #115288 |
| RGB | rgb(17, 82, 136) |
| HSL | hsl(207, 78%, 30%) |
| CMYK | cmyk(88%, 40%, 0%, 47%) |
| LAB | lab(33.8 1.4 -35.6) |
| LCH | lch(33.8 35.6 272.3) |
| OKLCH | oklch(0.429 0.109 249.2) |
Copy-ready code
/* CSS */
color: #115288;
background-color: #115288;
/* Tailwind (arbitrary) */
class="text-[#115288] bg-[#115288]"
/* SCSS */
$brand: #115288;
/* SwiftUI */
Color(red: 0.067, green: 0.322, blue: 0.533)
/* Android */
Color.parseColor("#115288")Accessibility — WCAG contrast
Aa
#115288 on white: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115288 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green32.2%
Blue53.3%
CMYK percentages
Cyan87.5%
Magenta39.7%
Yellow0.0%
Key (black)46.7%
Color previews
#115288 text on a black background
contrast 2.59:1
Card sample
#115288 text on a white background
contrast 8.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115288;
Background color
Panel with #115288 background
background-color: #115288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 82, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 82, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115288; background: linear-gradient(135deg, #115288, #1F1188);