Navy
#240E71
BlueColor Codes
All color formats for development
HEX
#240E71RGB
rgb(36, 14, 113)HSL
hsl(253, 78%, 25%)OKLCH
oklch(0.284 0.152 280.7)CMYK
cmyk(68%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200D66
2#1C0B5B
3#190A4F
4#150844
5#120739
6#0E062D
7#0B0422
8#070317
9#04010B
Tints
Lighter variations
1#2E1294
2#3916B6
3#441BD8
4#5A33E6
5#7555EA
6#9177EE
7#AC99F2
8#C8BBF7
9#E3DDFB
Tones
Muted variations
1#26136D
2#291868
3#2C1D63
4#2F225E
5#322759
6#342C54
7#37314F
8#3A364A
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC4 #CFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA97 #AA97F2 | BordersInactive statesPlaceholder text |
| 400 | 7E60 #7E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5A33 #5A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F19 #3F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3214 #32149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240E #240E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1709 #170949 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E5DFFB;
--navy-200: #CFC4F8;
--navy-300: #AA97F2;
--navy-400: #7E60EB;
--navy-500: #5A33E6;
--navy-600: #3F19C8;
--navy-700: #32149F;
--navy-800: #240E71;
--navy-900: #170949;
--navy-950: #0E062D;
}