Navy
#02024F
BlueColor Codes
All color formats for development
HEX
#02024FRGB
rgb(2, 2, 79)HSL
hsl(240, 95%, 16%)OKLCH
oklch(0.198 0.13 265.7)CMYK
cmyk(97%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020248
2#020240
3#010138
4#010130
5#010128
6#010120
7#010118
8#000010
9#000008
Tints
Lighter variations
1#030379
2#0404A3
3#0505CD
4#0606F7
5#2E2EFA
6#5858FB
7#8282FC
8#ABABFD
9#D5D5FE
Tones
Muted variations
1#06064C
2#0A0A48
3#0E0E44
4#121240
5#15153C
6#191938
7#1D1D34
8#212131
9#25252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEBE #BEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D8D #8D8DFC | BordersInactive statesPlaceholder text |
| 400 | 5151 #5151FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F1F #1F1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0606 #0606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0404 #0404AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0303 #03037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0202 #020250 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FF;
--navy-100: #DCDCFE;
--navy-200: #BEBEFD;
--navy-300: #8D8DFC;
--navy-400: #5151FB;
--navy-500: #1F1FF9;
--navy-600: #0606DB;
--navy-700: #0404AE;
--navy-800: #03037C;
--navy-900: #020250;
--navy-950: #010132;
}