Navy
#1409AA
BlueColor Codes
All color formats for development
HEX
#1409AARGB
rgb(20, 9, 170)HSL
hsl(244, 90%, 35%)OKLCH
oklch(0.344 0.224 267.6)CMYK
cmyk(88%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120899
2#100788
3#0E0677
4#0C0566
5#0A0455
6#080444
7#060333
8#040222
9#020111
Tints
Lighter variations
1#170BC9
2#1B0CE9
3#3023F3
4#4E42F5
5#6B62F7
6#8981F8
7#A6A1FA
8#C4C0FC
9#E1E0FD
Tones
Muted variations
1#1B11A2
2#22199A
3#292191
4#2F2989
5#363181
6#3D3979
7#444171
8#4B4969
9#525161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6055 #6055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3325 #3325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 190B #190BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1409 #1409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E06 #0E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFD;
--navy-200: #C4C0FC;
--navy-300: #9790F9;
--navy-400: #6055F6;
--navy-500: #3325F4;
--navy-600: #190BD5;
--navy-700: #1409AA;
--navy-800: #0E0679;
--navy-900: #09044E;
--navy-950: #060330;
}