Navy
#1F057A
BlueColor Codes
All color formats for development
HEX
#1F057ARGB
rgb(31, 5, 122)HSL
hsl(253, 92%, 25%)OKLCH
oklch(0.283 0.17 276.6)CMYK
cmyk(75%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B056E
2#180462
3#150456
4#120349
5#0F033D
6#0C0231
7#090225
8#060118
9#03010C
Tints
Lighter variations
1#28079F
2#3108C4
3#3A0AE9
4#5023F6
5#6E47F7
6#8B6CF9
7#A891FA
8#C5B6FC
9#E2DAFD
Tones
Muted variations
1#220B75
2#25116F
3#281769
4#2C1D63
5#2F225D
6#322857
7#362E51
8#39344B
9#3C3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68E #A68EFA | BordersInactive statesPlaceholder text |
| 400 | 7754 #7754F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5023 #5023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3609 #3609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B07 #2B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F05 #1F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1403 #14034E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E4DDFE;
--navy-200: #CDBFFC;
--navy-300: #A68EFA;
--navy-400: #7754F8;
--navy-500: #5023F6;
--navy-600: #3609D7;
--navy-700: #2B07AB;
--navy-800: #1F057A;
--navy-900: #14034E;
--navy-950: #0C0231;
}