Navy
#04287B
BlueColor Codes
All color formats for development
HEX
#04287BRGB
rgb(4, 40, 123)HSL
hsl(222, 94%, 25%)OKLCH
oklch(0.319 0.146 262.9)CMYK
cmyk(97%, 67%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03246F
2#032063
3#031C57
4#02184A
5#02143E
6#021031
7#010C25
8#010819
9#00040C
Tints
Lighter variations
1#0534A1
2#0640C6
3#074CEB
4#2061F8
5#457BF9
6#6B96FA
7#90B0FC
8#B5CAFD
9#DAE5FE
Tones
Muted variations
1#0A2A76
2#102D70
3#162F6A
4#1C3164
5#22345E
6#283658
7#2E3952
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 | BFD1 #BFD1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DAE #8DAEFB | BordersInactive statesPlaceholder text |
| 400 | 5284 #5284FA | Disabled statesSecondary iconsMuted text |
| 500 | 2061 #2061F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0746 #0746DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0538 #0538AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0428 #04287C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #02194F | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE6FE;
--navy-200: #BFD1FD;
--navy-300: #8DAEFB;
--navy-400: #5284FA;
--navy-500: #2061F8;
--navy-600: #0746DA;
--navy-700: #0538AD;
--navy-800: #04287C;
--navy-900: #02194F;
--navy-950: #021031;
}