Navy
#24149F
BlueColor Codes
All color formats for development
HEX
#24149FRGB
rgb(36, 20, 159)HSL
hsl(247, 78%, 35%)OKLCH
oklch(0.346 0.202 273.1)CMYK
cmyk(77%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20128F
2#1D107F
3#190E6F
4#160C5F
5#120A4F
6#0E0840
7#0B0630
8#070420
9#040210
Tints
Lighter variations
1#2B17BC
2#311BDA
3#4630E5
4#604EE9
5#7B6BED
6#9589F0
7#B0A6F4
8#CAC4F8
9#E5E1FB
Tones
Muted variations
1#291B98
2#2F2291
3#34298A
4#392F83
5#3F367C
6#443D75
7#49446E
8#4F4B67
9#545260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A197 #A197F2 | BordersInactive statesPlaceholder text |
| 400 | 7060 #7060EB | Disabled statesSecondary iconsMuted text |
| 500 | 4833 #4833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D19 #2D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2414 #24149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0E #1A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #CAC4F8;
--navy-300: #A197F2;
--navy-400: #7060EB;
--navy-500: #4833E6;
--navy-600: #2D19C8;
--navy-700: #24149F;
--navy-800: #1A0E71;
--navy-900: #100949;
--navy-950: #0A062D;
}