Navy
#0E024F
BlueColor Codes
All color formats for development
HEX
#0E024FRGB
rgb(14, 2, 79)HSL
hsl(249, 95%, 16%)OKLCH
oklch(0.207 0.126 274.4)CMYK
cmyk(82%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0248
2#0B0240
3#0A0138
4#080130
5#070128
6#050120
7#040118
8#030010
9#010008
Tints
Lighter variations
1#150379
2#1C04A3
3#2305CD
4#2A06F7
5#4D2EFA
6#7058FB
7#9482FC
8#B8ABFD
9#DBD5FE
Tones
Muted variations
1#10064C
2#130A48
3#160E44
4#191240
5#1B153C
6#1E1938
7#211D34
8#232131
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BE #C8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8D #9D8DFC | BordersInactive statesPlaceholder text |
| 400 | 6A51 #6A51FB | Disabled statesSecondary iconsMuted text |
| 500 | 401F #401FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2606 #2606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E04 #1E04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1503 #15037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E02 #0E0250 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E1DCFE;
--navy-200: #C8BEFD;
--navy-300: #9D8DFC;
--navy-400: #6A51FB;
--navy-500: #401FF9;
--navy-600: #2606DB;
--navy-700: #1E04AE;
--navy-800: #15037C;
--navy-900: #0E0250;
--navy-950: #090132;
}