Navy
#041A7B
BlueColor Codes
All color formats for development
HEX
#041A7BRGB
rgb(4, 26, 123)HSL
hsl(229, 94%, 25%)OKLCH
oklch(0.294 0.162 264.8)CMYK
cmyk(97%, 79%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03176F
2#031563
3#031257
4#020F4A
5#020D3E
6#020A31
7#010825
8#010519
9#00030C
Tints
Lighter variations
1#0522A1
2#0629C6
3#0731EB
4#2048F8
5#4566F9
6#6B85FA
7#90A3FC
8#B5C2FD
9#DAE0FE
Tones
Muted variations
1#0A1E76
2#102170
3#16256A
4#1C2964
5#222D5E
6#283158
7#2E3452
8#34384C
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 | BFCA #BFCAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA1 #8DA1FB | BordersInactive statesPlaceholder text |
| 400 | 5271 #5271FA | Disabled statesSecondary iconsMuted text |
| 500 | 2048 #2048F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 072D #072DDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0524 #0524AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041A #041A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0211 #02114F | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE3FE;
--navy-200: #BFCAFD;
--navy-300: #8DA1FB;
--navy-400: #5271FA;
--navy-500: #2048F8;
--navy-600: #072DDA;
--navy-700: #0524AD;
--navy-800: #041A7C;
--navy-900: #02114F;
--navy-950: #020A31;
}