Navy
#04104E
BlueColor Codes
All color formats for development
HEX
#04104ERGB
rgb(4, 16, 78)HSL
hsl(230, 90%, 16%)OKLCH
oklch(0.221 0.113 265.9)CMYK
cmyk(95%, 79%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040F46
2#030D3E
3#030B36
4#020A2F
5#020827
6#02071F
7#010517
8#010310
9#000208
Tints
Lighter variations
1#061976
2#08219F
3#0B2AC8
4#0D33F0
5#3454F4
6#5C76F6
7#8598F9
8#AEBAFB
9#D6DDFD
Tones
Muted variations
1#08134A
2#0B1546
3#0F1843
4#131A3F
5#161D3B
6#1A1F37
7#1E2134
8#212430
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CA #C0CAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A1 #90A1F9 | BordersInactive statesPlaceholder text |
| 400 | 5570 #5570F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2547 #2547F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B2D #0B2DD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0924 #0924AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0619 #061979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0410 #04104E | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE2FD;
--navy-200: #C0CAFC;
--navy-300: #90A1F9;
--navy-400: #5570F6;
--navy-500: #2547F4;
--navy-600: #0B2DD5;
--navy-700: #0924AA;
--navy-800: #061979;
--navy-900: #04104E;
--navy-950: #030A30;
}