Navy
#1E0D72
BlueColor Codes
All color formats for development
HEX
#1E0D72RGB
rgb(30, 13, 114)HSL
hsl(250, 80%, 25%)OKLCH
oklch(0.279 0.156 276.9)CMYK
cmyk(74%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0B67
2#180A5C
3#150950
4#120845
5#0F0639
6#0C052E
7#090422
8#060317
9#03010B
Tints
Lighter variations
1#271195
2#3014B8
3#3918DA
4#4F30E8
5#6C53EC
6#8A75F0
7#A798F4
8#C4BAF7
9#E2DDFB
Tones
Muted variations
1#21126E
2#251769
3#281C63
4#2B215E
5#2F2659
6#322B54
7#36304F
8#39364A
9#3C3B45
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 | CCC3 #CCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F3 | BordersInactive statesPlaceholder text |
| 400 | 765E #765EED | Disabled statesSecondary iconsMuted text |
| 500 | 4F30 #4F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3416 #3416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A12 #2A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #130849 | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E4DFFB;
--navy-200: #CCC3F8;
--navy-300: #A595F3;
--navy-400: #765EED;
--navy-500: #4F30E8;
--navy-600: #3416CA;
--navy-700: #2A12A1;
--navy-800: #1E0D73;
--navy-900: #130849;
--navy-950: #0C052E;
}