Navy
#1D0679
BlueColor Codes
All color formats for development
HEX
#1D0679RGB
rgb(29, 6, 121)HSL
hsl(252, 91%, 25%)OKLCH
oklch(0.281 0.168 275.6)CMYK
cmyk(76%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A056E
2#170561
3#140455
4#110349
5#0E033D
6#0C0231
7#090225
8#060118
9#03010C
Tints
Lighter variations
1#26079E
2#2E09C3
3#370BE7
4#4E24F5
5#6B48F6
6#896DF8
7#A691FA
8#C4B6FC
9#E1DAFD
Tones
Muted variations
1#200C74
2#24116E
3#271768
4#2B1D63
5#2E235D
6#322957
7#352E51
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 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A48F #A48FFA | BordersInactive statesPlaceholder text |
| 400 | 7555 #7555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4E24 #4E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 330A #330AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2908 #2908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | 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: #E3DDFD;
--navy-200: #CCC0FC;
--navy-300: #A48FFA;
--navy-400: #7555F7;
--navy-500: #4E24F5;
--navy-600: #330AD6;
--navy-700: #2908AA;
--navy-800: #1D067A;
--navy-900: #13044E;
--navy-950: #0C0231;
}