Navy
#120151
BlueColor Codes
All color formats for development
HEX
#120151RGB
rgb(18, 1, 81)HSL
hsl(253, 98%, 16%)OKLCH
oklch(0.211 0.128 277.3)CMYK
cmyk(78%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100149
2#0F0141
3#0D0139
4#0B0030
5#090028
6#070020
7#050018
8#040010
9#020008
Tints
Lighter variations
1#1C017B
2#2502A6
3#2F02D0
4#3803FA
5#582BFD
6#7A55FD
7#9B80FE
8#BCAAFE
9#DED5FF
Tones
Muted variations
1#14054D
2#170949
3#190D45
4#1B1141
5#1D153D
6#201939
7#221D35
8#242131
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBD #CBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48B #A48BFE | BordersInactive statesPlaceholder text |
| 400 | 744E #744EFD | Disabled statesSecondary iconsMuted text |
| 500 | 4D1C #4D1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3202 #3202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2802 #2802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C01 #1C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1201 #120151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E3DCFF;
--navy-200: #CBBDFE;
--navy-300: #A48BFE;
--navy-400: #744EFD;
--navy-500: #4D1CFD;
--navy-600: #3202DE;
--navy-700: #2802B1;
--navy-800: #1C017E;
--navy-900: #120151;
--navy-950: #0B0132;
}