Navy
#14034E
BlueColor Codes
All color formats for development
HEX
#14034ERGB
rgb(20, 3, 78)HSL
hsl(254, 93%, 16%)OKLCH
oklch(0.212 0.122 279.5)CMYK
cmyk(74%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130347
2#10023F
3#0E0237
4#0C022F
5#0A0127
6#08011F
7#060118
8#040110
9#020008
Tints
Lighter variations
1#1F0478
2#2A06A1
3#3507CB
4#4009F4
5#5F30F8
6#7F5AF9
7#9F83FB
8#BFACFC
9#DFD6FE
Tones
Muted variations
1#17074B
2#190A47
3#1B0E43
4#1D1240
5#1F163C
6#211A38
7#231D34
8#252130
9#27252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78E #A78EFB | BordersInactive statesPlaceholder text |
| 400 | 7953 #7953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5322 #5322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3908 #3908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D06 #2D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1503 #15034F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FE;
--navy-100: #E4DDFE;
--navy-200: #CDBFFD;
--navy-300: #A78EFB;
--navy-400: #7953F9;
--navy-500: #5322F7;
--navy-600: #3908D9;
--navy-700: #2D06AC;
--navy-800: #20047B;
--navy-900: #15034F;
--navy-950: #0D0231;
}