Navy
#0E0052
BlueColor Codes
All color formats for development
HEX
#0E0052RGB
rgb(14, 0, 82)HSL
hsl(250, 100%, 16%)OKLCH
oklch(0.208 0.132 274)CMYK
cmyk(83%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0049
2#0B0041
3#0A0039
4#080031
5#070029
6#050021
7#040018
8#030010
9#010008
Tints
Lighter variations
1#15007C
2#1C00A7
3#2300D2
4#2A00FD
5#4C29FF
6#7054FF
7#947EFF
8#B8A9FF
9#DBD4FF
Tones
Muted variations
1#10044E
2#130849
3#160C45
4#181041
5#1B143D
6#1E1839
7#211D35
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 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8A #9D8AFF | BordersInactive statesPlaceholder text |
| 400 | 6A4D #6A4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 401A #401AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2500 #2500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E00 #1E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1500 #150080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E00 #0E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0900 #090033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E1DBFF;
--navy-200: #C8BDFF;
--navy-300: #9D8AFF;
--navy-400: #6A4DFF;
--navy-500: #401AFF;
--navy-600: #2500E0;
--navy-700: #1E00B3;
--navy-800: #150080;
--navy-900: #0E0052;
--navy-950: #090033;
}