Navy
#250D73
BlueColor Codes
All color formats for development
HEX
#250D73RGB
rgb(37, 13, 115)HSL
hsl(254, 80%, 25%)OKLCH
oklch(0.286 0.155 281)CMYK
cmyk(68%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210B67
2#1D0A5C
3#1A0950
4#160845
5#120639
6#0F052E
7#0B0422
8#070317
9#04010B
Tints
Lighter variations
1#301195
2#3A14B8
3#4518DA
4#5B30E8
5#7753EC
6#9275F0
7#AD98F4
8#C8BAF7
9#E4DDFB
Tones
Muted variations
1#27126E
2#2A1769
3#2D1C63
4#2F215E
5#322659
6#352B54
7#38304F
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 | D0C3 #D0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F3 | BordersInactive statesPlaceholder text |
| 400 | 805E #805EED | Disabled statesSecondary iconsMuted text |
| 500 | 5B30 #5B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4016 #4016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3312 #3312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #170849 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E6DFFB;
--navy-200: #D0C3F8;
--navy-300: #AB95F3;
--navy-400: #805EED;
--navy-500: #5B30E8;
--navy-600: #4016CA;
--navy-700: #3312A1;
--navy-800: #250D73;
--navy-900: #170849;
--navy-950: #0F052E;
}