Navy
#12034F
BlueColor Codes
All color formats for development
HEX
#12034FRGB
rgb(18, 3, 79)HSL
hsl(252, 93%, 16%)OKLCH
oklch(0.211 0.124 277.5)CMYK
cmyk(77%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100347
2#0E023F
3#0D0237
4#0B022F
5#090127
6#07011F
7#050118
8#040110
9#020008
Tints
Lighter variations
1#1C0478
2#2506A1
3#2E07CB
4#3809F4
5#5830F8
6#7A5AF9
7#9B83FB
8#BCACFC
9#DED6FE
Tones
Muted variations
1#14074B
2#170A47
3#190E43
4#1B1240
5#1D163C
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 | E3DD #E3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBF #CBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A48E #A48EFB | BordersInactive statesPlaceholder text |
| 400 | 7453 #7453F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4C22 #4C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3208 #3208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2706 #2706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C04 #1C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1203 #12034F | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E3DDFE;
--navy-200: #CBBFFD;
--navy-300: #A48EFB;
--navy-400: #7453F9;
--navy-500: #4C22F7;
--navy-600: #3208D9;
--navy-700: #2706AC;
--navy-800: #1C047B;
--navy-900: #12034F;
--navy-950: #0B0231;
}