Navy
#04124D
BlueColor Codes
All color formats for development
HEX
#04124DRGB
rgb(4, 18, 77)HSL
hsl(228, 90%, 16%)OKLCH
oklch(0.223 0.109 265.5)CMYK
cmyk(95%, 77%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#041146
2#030F3E
3#030D36
4#020B2F
5#020927
6#02081F
7#010617
8#010410
9#000208
Tints
Lighter variations
1#061D76
2#08269F
3#0B30C8
4#0D3AF0
5#345AF4
6#5C7BF6
7#859CF9
8#AEBDFB
9#D6DEFD
Tones
Muted variations
1#08154A
2#0B1746
3#0F1943
4#131C3F
5#161E3B
6#1A2037
7#1E2234
8#212430
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CC #C0CCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A5 #90A5F9 | BordersInactive statesPlaceholder text |
| 400 | 5576 #5576F6 | Disabled statesSecondary iconsMuted text |
| 500 | 254E #254EF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B34 #0B34D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0929 #0929AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061D #061D79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0413 #04134E | Primary textHigh emphasis contentDark headings |
| 950 | 030C #030C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE4FD;
--navy-200: #C0CCFC;
--navy-300: #90A5F9;
--navy-400: #5576F6;
--navy-500: #254EF4;
--navy-600: #0B34D5;
--navy-700: #0929AA;
--navy-800: #061D79;
--navy-900: #04134E;
--navy-950: #030C30;
}