Navy
#04207B
BlueColor Codes
All color formats for development
HEX
#04207BRGB
rgb(4, 32, 123)HSL
hsl(226, 94%, 25%)OKLCH
oklch(0.304 0.156 264.2)CMYK
cmyk(97%, 74%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031D6F
2#031963
3#031657
4#02134A
5#02103E
6#020D31
7#010A25
8#010619
9#00030C
Tints
Lighter variations
1#0529A1
2#0633C6
3#073CEB
4#2053F8
5#456FF9
6#6B8CFA
7#90A9FC
8#B5C6FD
9#DAE2FE
Tones
Muted variations
1#0A2376
2#102670
3#16296A
4#1C2D64
5#22305E
6#283358
7#2E3652
8#34394C
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA7 #8DA7FB | BordersInactive statesPlaceholder text |
| 400 | 5279 #5279FA | Disabled statesSecondary iconsMuted text |
| 500 | 2053 #2053F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0738 #0738DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 052D #052DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0420 #04207C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0214 #02144F | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE4FE;
--navy-200: #BFCDFD;
--navy-300: #8DA7FB;
--navy-400: #5279FA;
--navy-500: #2053F8;
--navy-600: #0738DA;
--navy-700: #052DAD;
--navy-800: #04207C;
--navy-900: #02144F;
--navy-950: #020D31;
}