Navy
#04204D
BlueColor Codes
All color formats for development
HEX
#04204DRGB
rgb(4, 32, 77)HSL
hsl(217, 90%, 16%)OKLCH
oklch(0.255 0.09 259.4)CMYK
cmyk(95%, 58%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041D46
2#031A3E
3#031736
4#02132F
5#021027
6#020D1F
7#010A17
8#010610
9#000308
Tints
Lighter variations
1#063176
2#08429F
3#0B53C8
4#0D64F0
5#347DF4
6#5C97F6
7#85B1F9
8#AECBFB
9#D6E5FD
Tones
Muted variations
1#08214A
2#0B2246
3#0F2343
4#13243F
5#16253B
6#1A2537
7#1E2634
8#212730
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D7 #C0D7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B8 #90B8F9 | BordersInactive statesPlaceholder text |
| 400 | 5593 #5593F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2574 #2574F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B59 #0B59D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0947 #0947AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0632 #063279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204E | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FE;
--navy-100: #DDE9FD;
--navy-200: #C0D7FC;
--navy-300: #90B8F9;
--navy-400: #5593F6;
--navy-500: #2574F4;
--navy-600: #0B59D5;
--navy-700: #0947AA;
--navy-800: #063279;
--navy-900: #04204E;
--navy-950: #031430;
}