Navy
#0404AF
BlueColor Codes
All color formats for development
HEX
#0404AFRGB
rgb(4, 4, 175)HSL
hsl(240, 96%, 35%)OKLCH
oklch(0.344 0.234 264.7)CMYK
cmyk(98%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03039D
2#03038C
3#02027A
4#020269
5#020257
6#010146
7#010134
8#010123
9#000011
Tints
Lighter variations
1#0404CF
2#0505F0
3#1C1CFA
4#3C3CFB
5#5D5DFC
6#7D7DFC
7#9E9EFD
8#BEBEFE
9#DFDFFE
Tones
Muted variations
1#0C0CA6
2#15159E
3#1D1D95
4#26268D
5#2E2E84
6#37377C
7#404073
8#48486A
9#515162
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 #BEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C8C #8C8CFD | BordersInactive statesPlaceholder text |
| 400 | 5050 #5050FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E1E #1E1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0404 #0404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0404 #0404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0303 #03037D | 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: #BEBEFE;
--navy-300: #8C8CFD;
--navy-400: #5050FB;
--navy-500: #1E1EFA;
--navy-600: #0404DC;
--navy-700: #0404AF;
--navy-800: #03037D;
--navy-900: #020250;
--navy-950: #010132;
}