Navy
#10034F
BlueColor Codes
All color formats for development
HEX
#10034FRGB
rgb(16, 3, 79)HSL
hsl(250, 93%, 16%)OKLCH
oklch(0.21 0.124 275.8)CMYK
cmyk(80%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0347
2#0C023F
3#0B0237
4#09022F
5#080127
6#06011F
7#050118
8#030110
9#020008
Tints
Lighter variations
1#180478
2#2006A1
3#2807CB
4#3009F4
5#5130F8
6#745AF9
7#9783FB
8#BAACFC
9#DCD6FE
Tones
Muted variations
1#12074B
2#150A47
3#170E43
4#1A1240
5#1C163C
6#1F1A38
7#211D34
8#242130
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08E #A08EFB | BordersInactive statesPlaceholder text |
| 400 | 6E53 #6E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4522 #4522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B08 #2B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2206 #2206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1003 #10034F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E2DDFE;
--navy-200: #C9BFFD;
--navy-300: #A08EFB;
--navy-400: #6E53F9;
--navy-500: #4522F7;
--navy-600: #2B08D9;
--navy-700: #2206AC;
--navy-800: #18047B;
--navy-900: #10034F;
--navy-950: #0A0231;
}