Navy
#040B4E
BlueColor Codes
All color formats for development
HEX
#040B4ERGB
rgb(4, 11, 78)HSL
hsl(234, 90%, 16%)OKLCH
oklch(0.212 0.119 266.7)CMYK
cmyk(95%, 86%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040A46
2#03093E
3#030836
4#02072F
5#020627
6#02051F
7#010317
8#010210
9#000108
Tints
Lighter variations
1#061176
2#08179F
3#0B1DC8
4#0D23F0
5#3447F4
6#5C6CF6
7#8590F9
8#AEB5FB
9#D6DAFD
Tones
Muted variations
1#080E4A
2#0B1146
3#0F1443
4#13173F
5#161A3B
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 | C0C6 #C0C6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909A #909AF9 | BordersInactive statesPlaceholder text |
| 400 | 5565 #5565F6 | Disabled statesSecondary iconsMuted text |
| 500 | 253A #253AF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B1F #0B1FD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0919 #0919AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0612 #061279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040B #040B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE0FD;
--navy-200: #C0C6FC;
--navy-300: #909AF9;
--navy-400: #5565F6;
--navy-500: #253AF4;
--navy-600: #0B1FD5;
--navy-700: #0919AA;
--navy-800: #061279;
--navy-900: #040B4E;
--navy-950: #030730;
}