Navy
#130250
BlueColor Codes
All color formats for development
HEX
#130250RGB
rgb(19, 2, 80)HSL
hsl(253, 95%, 16%)OKLCH
oklch(0.212 0.126 278.2)CMYK
cmyk(76%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110248
2#0F0240
3#0D0138
4#0B0130
5#090128
6#080120
7#060118
8#040010
9#020008
Tints
Lighter variations
1#1D0379
2#2704A3
3#3105CD
4#3A06F7
5#5A2EFA
6#7B58FB
7#9C82FC
8#BDABFD
9#DED5FE
Tones
Muted variations
1#15064C
2#170A48
3#190E44
4#1C1240
5#1E153C
6#201938
7#221D34
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 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBE #CCBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58D #A58DFC | BordersInactive statesPlaceholder text |
| 400 | 7651 #7651FB | Disabled statesSecondary iconsMuted text |
| 500 | 4E1F #4E1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3406 #3406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2904 #2904AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D03 #1D037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1302 #130250 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FF;
--navy-100: #E4DCFE;
--navy-200: #CCBEFD;
--navy-300: #A58DFC;
--navy-400: #7651FB;
--navy-500: #4E1FF9;
--navy-600: #3406DB;
--navy-700: #2904AE;
--navy-800: #1D037C;
--navy-900: #130250;
--navy-950: #0C0132;
}