Navy
#15057A
BlueColor Codes
All color formats for development
HEX
#15057ARGB
rgb(21, 5, 122)HSL
hsl(248, 92%, 25%)OKLCH
oklch(0.276 0.172 271.5)CMYK
cmyk(83%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13056E
2#110462
3#0F0456
4#0C0349
5#0A033D
6#080231
7#060225
8#040118
9#02010C
Tints
Lighter variations
1#1B079F
2#2108C4
3#270AE9
4#3F23F6
5#5F47F7
6#7F6CF9
7#9F91FA
8#BFB6FC
9#DFDAFD
Tones
Muted variations
1#190B75
2#1D116F
3#221769
4#261D63
5#2A225D
6#2F2857
7#332E51
8#37344B
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8E #9D8EFA | BordersInactive statesPlaceholder text |
| 400 | 6A54 #6A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3F23 #3F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2509 #2509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D07 #1D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1505 #15057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E1DDFE;
--navy-200: #C7BFFC;
--navy-300: #9D8EFA;
--navy-400: #6A54F8;
--navy-500: #3F23F6;
--navy-600: #2509D7;
--navy-700: #1D07AB;
--navy-800: #15057A;
--navy-900: #0D034E;
--navy-950: #080231;
}