#2302ab
a dark, electric blue · warm · closest name: navy
RGB
35, 2, 171
HSL
252°, 98%, 34%
CMYK
80, 99, 0, 33
Luminance
0.0334
Every format
| HEX | #2302ab |
| RGB | rgb(35, 2, 171) |
| HSL | hsl(252, 98%, 34%) |
| CMYK | cmyk(80%, 99%, 0%, 33%) |
| LAB | lab(21.4 58.7 -77.3) |
| LCH | lch(21.4 97.0 307.2) |
| OKLCH | oklch(0.349 0.223 272.1) |
Copy-ready code
/* CSS */
color: #2302ab;
background-color: #2302ab;
/* Tailwind (arbitrary) */
class="text-[#2302ab] bg-[#2302ab]"
/* SCSS */
$brand: #2302ab;
/* SwiftUI */
Color(red: 0.137, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#2302ab")Accessibility — WCAG contrast
Aa
#2302ab on white: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2302ab on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green0.8%
Blue67.1%
CMYK percentages
Cyan79.5%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#2302ab text on a black background
contrast 1.67:1
Card sample
#2302ab text on a white background
contrast 12.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2302ab;
Background color
Panel with #2302ab background
background-color: #2302ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2302ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2302ab; background: linear-gradient(135deg, #2302ab, #9402AB);