Navy
#150D73
BlueColor Codes
All color formats for development
HEX
#150D73RGB
rgb(21, 13, 115)HSL
hsl(245, 80%, 25%)OKLCH
oklch(0.274 0.159 271.9)CMYK
cmyk(82%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130B67
2#110A5C
3#0F0950
4#0D0845
5#0B0639
6#08052E
7#060422
8#040317
9#02010B
Tints
Lighter variations
1#1C1195
2#2214B8
3#2818DA
4#4030E8
5#6053EC
6#7F75F0
7#9F98F4
8#BFBAF7
9#DFDDFB
Tones
Muted variations
1#19126E
2#1E1769
3#221C63
4#26215E
5#2A2659
6#2F2B54
7#33304F
8#37364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C3 #C8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D95 #9D95F3 | BordersInactive statesPlaceholder text |
| 400 | 6A5E #6A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4030 #4030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2516 #2516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E12 #1E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150D #150D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E08 #0E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C8C3F8;
--navy-300: #9D95F3;
--navy-400: #6A5EED;
--navy-500: #4030E8;
--navy-600: #2516CA;
--navy-700: #1E12A1;
--navy-800: #150D73;
--navy-900: #0E0849;
--navy-950: #08052E;
}