Navy
#0E044D
BlueColor Codes
All color formats for development
HEX
#0E044DRGB
rgb(14, 4, 77)HSL
hsl(248, 90%, 16%)OKLCH
oklch(0.207 0.121 274.6)CMYK
cmyk(82%, 95%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0446
2#0B033E
3#0A0336
4#08022F
5#070227
6#06021F
7#040117
8#030110
9#010008
Tints
Lighter variations
1#150676
2#1C089F
3#240BC8
4#2B0DF0
5#4D34F4
6#715CF6
7#9485F9
8#B8AEFB
9#DBD6FD
Tones
Muted variations
1#11084A
2#130B46
3#160F43
4#19133F
5#1B163B
6#1E1A37
7#211E34
8#232130
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B55 #6B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4125 #4125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 260B #260BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E09 #1E09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1606 #160679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044E | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E1DDFD;
--navy-200: #C8C0FC;
--navy-300: #9E90F9;
--navy-400: #6B55F6;
--navy-500: #4125F4;
--navy-600: #260BD5;
--navy-700: #1E09AA;
--navy-800: #160679;
--navy-900: #0E044E;
--navy-950: #090330;
}