Navy
#041C7B
BlueColor Codes
All color formats for development
HEX
#041C7BRGB
rgb(4, 28, 123)HSL
hsl(228, 94%, 25%)OKLCH
oklch(0.297 0.16 264.7)CMYK
cmyk(97%, 77%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03196F
2#031663
3#031357
4#02114A
5#020E3E
6#020B31
7#010825
8#010619
9#00030C
Tints
Lighter variations
1#0524A1
2#062CC6
3#0735EB
4#204CF8
5#4569F9
6#6B87FA
7#90A5FC
8#B5C3FD
9#DAE1FE
Tones
Muted variations
1#0A1F76
2#102370
3#16276A
4#1C2A64
5#222E5E
6#283158
7#2E3552
8#34394C
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCB #BFCBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA3 #8DA3FB | BordersInactive statesPlaceholder text |
| 400 | 5273 #5273FA | Disabled statesSecondary iconsMuted text |
| 500 | 204C #204CF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0731 #0731DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0527 #0527AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041C #041C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0212 #02124F | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE3FE;
--navy-200: #BFCBFD;
--navy-300: #8DA3FB;
--navy-400: #5273FA;
--navy-500: #204CF8;
--navy-600: #0731DA;
--navy-700: #0527AD;
--navy-800: #041C7C;
--navy-900: #02124F;
--navy-950: #020B31;
}