Navy
#04124E
BlueColor Codes
All color formats for development
HEX
#04124ERGB
rgb(4, 18, 78)HSL
hsl(229, 90%, 16%)OKLCH
oklch(0.224 0.111 265.5)CMYK
cmyk(95%, 77%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041046
2#030E3E
3#030C36
4#020B2F
5#020927
6#02071F
7#010517
8#010410
9#000208
Tints
Lighter variations
1#061B76
2#08249F
3#0B2DC8
4#0D36F0
5#3457F4
6#5C78F6
7#859AF9
8#AEBCFB
9#D6DDFD
Tones
Muted variations
1#08144A
2#0B1646
3#0F1943
4#131B3F
5#161D3B
6#1A1F37
7#1E2234
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 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A3 #90A3F9 | BordersInactive statesPlaceholder text |
| 400 | 5573 #5573F6 | Disabled statesSecondary iconsMuted text |
| 500 | 254B #254BF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B30 #0B30D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0926 #0926AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0412 #04124E | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE3FD;
--navy-200: #C0CBFC;
--navy-300: #90A3F9;
--navy-400: #5573F6;
--navy-500: #254BF4;
--navy-600: #0B30D5;
--navy-700: #0926AA;
--navy-800: #061B79;
--navy-900: #04124E;
--navy-950: #030B30;
}