Navy
#250E71
BlueColor Codes
All color formats for development
HEX
#250E71RGB
rgb(37, 14, 113)HSL
hsl(254, 78%, 25%)OKLCH
oklch(0.285 0.152 281.4)CMYK
cmyk(67%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220D66
2#1E0B5B
3#1A0A4F
4#160844
5#130739
6#0F062D
7#0B0422
8#070317
9#04010B
Tints
Lighter variations
1#301294
2#3C16B6
3#471BD8
4#5D33E6
5#7855EA
6#9377EE
7#AE99F2
8#C9BBF7
9#E4DDFB
Tones
Muted variations
1#28136D
2#2B1868
3#2D1D63
4#30225E
5#322759
6#352C54
7#38314F
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 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C4 #D0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC97 #AC97F2 | BordersInactive statesPlaceholder text |
| 400 | 8160 #8160EB | Disabled statesSecondary iconsMuted text |
| 500 | 5D33 #5D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4219 #4219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3414 #34149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250E #250E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1809 #180949 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E6DFFB;
--navy-200: #D0C4F8;
--navy-300: #AC97F2;
--navy-400: #8160EB;
--navy-500: #5D33E6;
--navy-600: #4219C8;
--navy-700: #34149F;
--navy-800: #250E71;
--navy-900: #180949;
--navy-950: #0F062D;
}