Navy
#120250
BlueColor Codes
All color formats for development
HEX
#120250RGB
rgb(18, 2, 80)HSL
hsl(252, 95%, 16%)OKLCH
oklch(0.211 0.126 277.4)CMYK
cmyk(78%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100248
2#0E0240
3#0C0138
4#0B0130
5#090128
6#070120
7#050118
8#040010
9#020008
Tints
Lighter variations
1#1B0379
2#2404A3
3#2D05CD
4#3606F7
5#572EFA
6#7858FB
7#9A82FC
8#BCABFD
9#DDD5FE
Tones
Muted variations
1#14064C
2#160A48
3#190E44
4#1B1240
5#1D153C
6#1F1938
7#221D34
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 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBE #CBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A38D #A38DFC | BordersInactive statesPlaceholder text |
| 400 | 7351 #7351FB | Disabled statesSecondary iconsMuted text |
| 500 | 4B1F #4B1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3006 #3006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2604 #2604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B03 #1B037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1202 #120250 | 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: #E3DCFE;
--navy-200: #CBBEFD;
--navy-300: #A38DFC;
--navy-400: #7351FB;
--navy-500: #4B1FF9;
--navy-600: #3006DB;
--navy-700: #2604AE;
--navy-800: #1B037C;
--navy-900: #120250;
--navy-950: #0B0132;
}