Navy
#13034F
BlueColor Codes
All color formats for development
HEX
#13034FRGB
rgb(19, 3, 79)HSL
hsl(253, 93%, 16%)OKLCH
oklch(0.212 0.124 278.3)CMYK
cmyk(76%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#110347
2#0F023F
3#0E0237
4#0C022F
5#0A0127
6#08011F
7#060118
8#040110
9#020008
Tints
Lighter variations
1#1D0478
2#2806A1
3#3207CB
4#3C09F4
5#5B30F8
6#7C5AF9
7#9D83FB
8#BEACFC
9#DED6FE
Tones
Muted variations
1#15074B
2#180A47
3#1A0E43
4#1C1240
5#1E163C
6#201A38
7#221D34
8#242130
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBF #CCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58E #A58EFB | BordersInactive statesPlaceholder text |
| 400 | 7753 #7753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5022 #5022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3508 #3508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A06 #2A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E04 #1E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1303 #13034F | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E4DDFE;
--navy-200: #CCBFFD;
--navy-300: #A58EFB;
--navy-400: #7753F9;
--navy-500: #5022F7;
--navy-600: #3508D9;
--navy-700: #2A06AC;
--navy-800: #1E047B;
--navy-900: #13034F;
--navy-950: #0C0231;
}