Navy
#1F0D73
BlueColor Codes
All color formats for development
HEX
#1F0D73RGB
rgb(31, 13, 115)HSL
hsl(251, 80%, 25%)OKLCH
oklch(0.281 0.157 277.3)CMYK
cmyk(73%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0B67
2#190A5C
3#160950
4#130845
5#100639
6#0D052E
7#090422
8#060317
9#03010B
Tints
Lighter variations
1#291195
2#3214B8
3#3C18DA
4#5230E8
5#6F53EC
6#8C75F0
7#A998F4
8#C5BAF7
9#E2DDFB
Tones
Muted variations
1#23126E
2#261769
3#291C63
4#2C215E
5#302659
6#332B54
7#36304F
8#39364A
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC3 #CDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A795 #A795F3 | BordersInactive statesPlaceholder text |
| 400 | 795E #795EED | Disabled statesSecondary iconsMuted text |
| 500 | 5230 #5230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3716 #3716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C12 #2C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0D #1F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1408 #140849 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E4DFFB;
--navy-200: #CDC3F8;
--navy-300: #A795F3;
--navy-400: #795EED;
--navy-500: #5230E8;
--navy-600: #3716CA;
--navy-700: #2C12A1;
--navy-800: #1F0D73;
--navy-900: #140849;
--navy-950: #0D052E;
}