Navy
#150C73
BlueColor Codes
All color formats for development
HEX
#150C73RGB
rgb(21, 12, 115)HSL
hsl(245, 81%, 25%)OKLCH
oklch(0.273 0.16 271.9)CMYK
cmyk(82%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130B68
2#110A5C
3#0F0851
4#0C0745
5#0A063A
6#08052E
7#060423
8#040217
9#02010C
Tints
Lighter variations
1#1B1096
2#2113B9
3#2717DB
4#3F2FE9
5#5F52ED
6#7F75F0
7#9F97F4
8#BFBAF8
9#DFDCFB
Tones
Muted variations
1#19116E
2#1D1669
3#221C64
4#26215F
5#2A265A
6#2F2B54
7#33304F
8#37354A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D95 #9D95F4 | BordersInactive statesPlaceholder text |
| 400 | 6A5D #6A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3F2F #3F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2415 #2415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D11 #1D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150C #150C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D084A | 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: #F2F1FE;
--navy-100: #E1DFFC;
--navy-200: #C7C3F9;
--navy-300: #9D95F4;
--navy-400: #6A5DEE;
--navy-500: #3F2FE9;
--navy-600: #2415CB;
--navy-700: #1D11A2;
--navy-800: #150C73;
--navy-900: #0D084A;
--navy-950: #08052E;
}