Navy
#040A4E
BlueColor Codes
All color formats for development
HEX
#040A4ERGB
rgb(4, 10, 78)HSL
hsl(235, 90%, 16%)OKLCH
oklch(0.211 0.12 266.8)CMYK
cmyk(95%, 87%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040946
2#03083E
3#030736
4#02062F
5#020527
6#02041F
7#010317
8#010210
9#000108
Tints
Lighter variations
1#061076
2#08159F
3#0B1AC8
4#0D20F0
5#3444F4
6#5C69F6
7#858FF9
8#AEB4FB
9#D6DAFD
Tones
Muted variations
1#080D4A
2#0B1046
3#0F1343
4#13163F
5#16193B
6#1A1D37
7#1E2034
8#212330
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9098 #9098F9 | BordersInactive statesPlaceholder text |
| 400 | 5563 #5563F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2536 #2536F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B1C #0B1CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0916 #0916AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0610 #061079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE0FD;
--navy-200: #C0C5FC;
--navy-300: #9098F9;
--navy-400: #5563F6;
--navy-500: #2536F4;
--navy-600: #0B1CD5;
--navy-700: #0916AA;
--navy-800: #061079;
--navy-900: #040A4E;
--navy-950: #030630;
}