Navy
#04214E
BlueColor Codes
All color formats for development
HEX
#04214ERGB
rgb(4, 33, 78)HSL
hsl(216, 90%, 16%)OKLCH
oklch(0.258 0.09 259.1)CMYK
cmyk(95%, 58%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041E46
2#031B3E
3#031736
4#02142F
5#021127
6#020D1F
7#010A17
8#010710
9#000308
Tints
Lighter variations
1#063376
2#08459F
3#0B56C8
4#0D68F0
5#3481F4
6#5C9AF6
7#85B3F9
8#AECCFB
9#D6E6FD
Tones
Muted variations
1#08224A
2#0B2346
3#0F2443
4#13243F
5#16253B
6#1A2637
7#1E2734
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 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BA #90BAF9 | BordersInactive statesPlaceholder text |
| 400 | 5596 #5596F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2578 #2578F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B5C #0B5CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0949 #0949AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0634 #063479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0421 #04214E | Primary textHigh emphasis contentDark headings |
| 950 | 0315 #031530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FE;
--navy-100: #DDEAFD;
--navy-200: #C0D8FC;
--navy-300: #90BAF9;
--navy-400: #5596F6;
--navy-500: #2578F4;
--navy-600: #0B5CD5;
--navy-700: #0949AA;
--navy-800: #063479;
--navy-900: #04214E;
--navy-950: #031530;
}