Navy
#11034F
BlueColor Codes
All color formats for development
HEX
#11034FRGB
rgb(17, 3, 79)HSL
hsl(251, 93%, 16%)OKLCH
oklch(0.211 0.124 276.7)CMYK
cmyk(78%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0347
2#0D023F
3#0C0237
4#0A022F
5#080127
6#07011F
7#050118
8#030110
9#020008
Tints
Lighter variations
1#1A0478
2#2206A1
3#2B07CB
4#3409F4
5#5530F8
6#775AF9
7#9983FB
8#BBACFC
9#DDD6FE
Tones
Muted variations
1#13074B
2#160A47
3#180E43
4#1A1240
5#1D163C
6#1F1A38
7#221D34
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 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A28E #A28EFB | BordersInactive statesPlaceholder text |
| 400 | 7153 #7153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4922 #4922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E08 #2E08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2506 #2506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1103 #11034F | 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: #E3DDFE;
--navy-200: #CABFFD;
--navy-300: #A28EFB;
--navy-400: #7153F9;
--navy-500: #4922F7;
--navy-600: #2E08D9;
--navy-700: #2506AC;
--navy-800: #1A047B;
--navy-900: #11034F;
--navy-950: #0A0231;
}