Navy
#04187C
BlueColor Codes
All color formats for development
HEX
#04187CRGB
rgb(4, 24, 124)HSL
hsl(230, 94%, 25%)OKLCH
oklch(0.292 0.165 265)CMYK
cmyk(97%, 81%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03156F
2#031363
3#031157
4#020E4A
5#020C3E
6#020A31
7#010725
8#010519
9#00020C
Tints
Lighter variations
1#051FA1
2#0626C6
3#072DEB
4#2044F8
5#4563F9
6#6B83FA
7#90A2FC
8#B5C1FD
9#DAE0FE
Tones
Muted variations
1#0A1C76
2#102070
3#16246A
4#1C2864
5#222C5E
6#283058
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 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA0 #8DA0FB | BordersInactive statesPlaceholder text |
| 400 | 526E #526EFA | Disabled statesSecondary iconsMuted text |
| 500 | 2044 #2044F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 072A #072ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0521 #0521AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0418 #04187C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F4F | 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: #DCE2FE;
--navy-200: #BFC9FD;
--navy-300: #8DA0FB;
--navy-400: #526EFA;
--navy-500: #2044F8;
--navy-600: #072ADA;
--navy-700: #0521AD;
--navy-800: #04187C;
--navy-900: #020F4F;
--navy-950: #020A31;
}