Navy
#04267C
BlueColor Codes
All color formats for development
HEX
#04267CRGB
rgb(4, 38, 124)HSL
hsl(223, 94%, 25%)OKLCH
oklch(0.316 0.15 263.3)CMYK
cmyk(97%, 69%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03226F
2#031E63
3#031A57
4#02174A
5#02133E
6#020F31
7#010B25
8#010819
9#00040C
Tints
Lighter variations
1#0531A1
2#063CC6
3#0748EB
4#205EF8
5#4578F9
6#6B93FA
7#90AEFC
8#B5C9FD
9#DAE4FE
Tones
Muted variations
1#0A2876
2#102B70
3#162E6A
4#1C3064
5#22335E
6#283558
7#2E3852
8#343B4C
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD0 #BFD0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAC #8DACFB | BordersInactive statesPlaceholder text |
| 400 | 5281 #5281FA | Disabled statesSecondary iconsMuted text |
| 500 | 205E #205EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0742 #0742DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0535 #0535AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0426 #04267C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0218 #02184F | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE6FE;
--navy-200: #BFD0FD;
--navy-300: #8DACFB;
--navy-400: #5281FA;
--navy-500: #205EF8;
--navy-600: #0742DA;
--navy-700: #0535AD;
--navy-800: #04267C;
--navy-900: #02184F;
--navy-950: #020F31;
}