Navy
#150E71
BlueColor Codes
All color formats for development
HEX
#150E71RGB
rgb(21, 14, 113)HSL
hsl(244, 78%, 25%)OKLCH
oklch(0.272 0.156 272)CMYK
cmyk(81%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130D66
2#110B5B
3#0E0A4F
4#0C0844
5#0A0739
6#08062D
7#060422
8#040317
9#02010B
Tints
Lighter variations
1#1B1294
2#2116B6
3#271BD8
4#3F33E6
5#5F55EA
6#7F77EE
7#9F99F2
8#BFBBF7
9#DFDDFB
Tones
Muted variations
1#19136D
2#1D1868
3#221D63
4#26225E
5#2A2759
6#2F2C54
7#33314F
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 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D97 #9D97F2 | BordersInactive statesPlaceholder text |
| 400 | 6960 #6960EB | Disabled statesSecondary iconsMuted text |
| 500 | 3F33 #3F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2419 #2419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D14 #1D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150E #150E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D09 #0D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C7C4F8;
--navy-300: #9D97F2;
--navy-400: #6960EB;
--navy-500: #3F33E6;
--navy-600: #2419C8;
--navy-700: #1D149F;
--navy-800: #150E71;
--navy-900: #0D0949;
--navy-950: #08062D;
}