Navy
#04107C
BlueColor Codes
All color formats for development
HEX
#04107CRGB
rgb(4, 16, 124)HSL
hsl(234, 94%, 25%)OKLCH
oklch(0.282 0.172 265.3)CMYK
cmyk(97%, 87%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030E6F
2#030D63
3#030B57
4#02094A
5#02083E
6#020631
7#010525
8#010319
9#00020C
Tints
Lighter variations
1#0515A1
2#0619C6
3#071EEB
4#2036F8
5#4557F9
6#6B79FA
7#909AFC
8#B5BCFD
9#DADDFE
Tones
Muted variations
1#0A1576
2#101970
3#161E6A
4#1C2364
5#22285E
6#282D58
7#2E3152
8#34364C
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D98 #8D98FB | BordersInactive statesPlaceholder text |
| 400 | 5263 #5263FA | Disabled statesSecondary iconsMuted text |
| 500 | 2036 #2036F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 071C #071CDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0516 #0516AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020A #020A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DCE0FE;
--navy-200: #BFC5FD;
--navy-300: #8D98FB;
--navy-400: #5263FA;
--navy-500: #2036F8;
--navy-600: #071CDA;
--navy-700: #0516AD;
--navy-800: #04107C;
--navy-900: #020A4F;
--navy-950: #020631;
}