#1237aa
a dark, electric blue · warm · closest name: slateblue
RGB
18, 55, 170
HSL
225°, 81%, 37%
CMYK
89, 68, 0, 33
Luminance
0.0576
Every format
| HEX | #1237aa |
| RGB | rgb(18, 55, 170) |
| HSL | hsl(225, 81%, 37%) |
| CMYK | cmyk(89%, 68%, 0%, 33%) |
| LAB | lab(28.8 33.7 -64.4) |
| LCH | lch(28.8 72.7 297.6) |
| OKLCH | oklch(0.399 0.188 264.7) |
Copy-ready code
/* CSS */
color: #1237aa;
background-color: #1237aa;
/* Tailwind (arbitrary) */
class="text-[#1237aa] bg-[#1237aa]"
/* SCSS */
$brand: #1237aa;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.667)
/* Android */
Color.parseColor("#1237aa")Accessibility — WCAG contrast
Aa
#1237aa on white: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1237aa on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue66.7%
CMYK percentages
Cyan89.4%
Magenta67.6%
Yellow0.0%
Key (black)33.3%
Color previews
#1237aa text on a black background
contrast 2.15:1
Card sample
#1237aa text on a white background
contrast 9.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1237aa;
Background color
Panel with #1237aa background
background-color: #1237aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1237aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1237aa; background: linear-gradient(135deg, #1237aa, #5212AA);