Navy
#041E7C
BlueColor Codes
All color formats for development
HEX
#041E7CRGB
rgb(4, 30, 124)HSL
hsl(227, 94%, 25%)OKLCH
oklch(0.302 0.159 264.5)CMYK
cmyk(97%, 76%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031B6F
2#031863
3#031557
4#02124A
5#020F3E
6#020C31
7#010925
8#010619
9#00030C
Tints
Lighter variations
1#0527A1
2#0630C6
3#0739EB
4#204FF8
5#456CF9
6#6B8AFA
7#90A7FC
8#B5C4FD
9#DAE2FE
Tones
Muted variations
1#0A2176
2#102570
3#16286A
4#1C2B64
5#222F5E
6#283258
7#2E3652
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 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCC #BFCCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA5 #8DA5FB | BordersInactive statesPlaceholder text |
| 400 | 5276 #5276FA | Disabled statesSecondary iconsMuted text |
| 500 | 204F #204FF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0734 #0734DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 052A #052AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041E #041E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0213 #02134F | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE4FE;
--navy-200: #BFCCFD;
--navy-300: #8DA5FB;
--navy-400: #5276FA;
--navy-500: #204FF8;
--navy-600: #0734DA;
--navy-700: #052AAD;
--navy-800: #041E7C;
--navy-900: #02134F;
--navy-950: #020C31;
}