Navy
#0F0052
BlueColor Codes
All color formats for development
HEX
#0F0052RGB
rgb(15, 0, 82)HSL
hsl(251, 100%, 16%)OKLCH
oklch(0.209 0.131 274.7)CMYK
cmyk(82%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0049
2#0C0041
3#0A0039
4#090031
5#070029
6#060021
7#040018
8#030010
9#010008
Tints
Lighter variations
1#17007C
2#1F00A7
3#2700D2
4#2E00FD
5#5029FF
6#7354FF
7#967EFF
8#B9A9FF
9#DCD4FF
Tones
Muted variations
1#12044E
2#140849
3#170C45
4#191041
5#1C143D
6#1E1839
7#211D35
8#242131
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DB #E2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BD #C9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8A #9F8AFF | BordersInactive statesPlaceholder text |
| 400 | 6D4D #6D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 441A #441AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2900 #2900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2100 #2100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1700 #170080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F00 #0F0052 | 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: #F3F0FF;
--navy-100: #E2DBFF;
--navy-200: #C9BDFF;
--navy-300: #9F8AFF;
--navy-400: #6D4DFF;
--navy-500: #441AFF;
--navy-600: #2900E0;
--navy-700: #2100B3;
--navy-800: #170080;
--navy-900: #0F0052;
--navy-950: #090033;
}