Navy
#040E7C
BlueColor Codes
All color formats for development
HEX
#040E7CRGB
rgb(4, 14, 124)HSL
hsl(235, 94%, 25%)OKLCH
oklch(0.279 0.174 265.4)CMYK
cmyk(97%, 89%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030C6F
2#030B63
3#030A57
4#02084A
5#02073E
6#020631
7#010425
8#010319
9#00010C
Tints
Lighter variations
1#0512A1
2#0616C6
3#071AEB
4#2032F8
5#4554F9
6#6B77FA
7#9099FC
8#B5BBFD
9#DADDFE
Tones
Muted variations
1#0A1376
2#101870
3#161D6A
4#1C2264
5#22275E
6#282C58
7#2E3152
8#34364C
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC4 #BFC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D96 #8D96FB | BordersInactive statesPlaceholder text |
| 400 | 5260 #5260FA | Disabled statesSecondary iconsMuted text |
| 500 | 2032 #2032F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0718 #0718DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0513 #0513AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040E #040E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #02094F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DCDFFE;
--navy-200: #BFC4FD;
--navy-300: #8D96FB;
--navy-400: #5260FA;
--navy-500: #2032F8;
--navy-600: #0718DA;
--navy-700: #0513AD;
--navy-800: #040E7C;
--navy-900: #02094F;
--navy-950: #020631;
}