Navy
#1F067A
BlueColor Codes
All color formats for development
HEX
#1F067ARGB
rgb(31, 6, 122)HSL
hsl(253, 91%, 25%)OKLCH
oklch(0.284 0.169 276.6)CMYK
cmyk(75%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C056E
2#190561
3#160455
4#130349
5#0F033D
6#0C0231
7#090225
8#060118
9#03010C
Tints
Lighter variations
1#28079E
2#3109C3
3#3B0BE7
4#5124F5
5#6E48F6
6#8B6DF8
7#A891FA
8#C5B6FC
9#E2DAFD
Tones
Muted variations
1#220C74
2#25116E
3#291768
4#2C1D63
5#2F235D
6#332957
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 #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A68F #A68FFA | BordersInactive statesPlaceholder text |
| 400 | 7855 #7855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5124 #5124F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 360A #360AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B08 #2B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F06 #1F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044E | 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: #E4DDFD;
--navy-200: #CDC0FC;
--navy-300: #A68FFA;
--navy-400: #7855F7;
--navy-500: #5124F5;
--navy-600: #360AD6;
--navy-700: #2B08AA;
--navy-800: #1F067A;
--navy-900: #14044E;
--navy-950: #0C0231;
}