Navy
#1D074B
PurpleColor Codes
All color formats for development
HEX
#1D074BRGB
rgb(29, 7, 75)HSL
hsl(259, 83%, 16%)OKLCH
oklch(0.223 0.113 288.2)CMYK
cmyk(61%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0643
2#17063C
3#140534
4#11042D
5#0E0325
6#0B031E
7#090216
8#06010F
9#030107
Tints
Lighter variations
1#2B0B72
2#3A0E99
3#4912C0
4#5816E7
5#733BED
6#8F62F0
7#AB89F4
8#C7B1F8
9#E3D8FB
Tones
Muted variations
1#1E0A47
2#1F0E44
3#201141
4#21143D
5#23183A
6#241B36
7#251F33
8#262230
9#28252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B394 #B394F5 | BordersInactive statesPlaceholder text |
| 400 | 8B5C #8B5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 692D #692DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E13 #4E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E0F #3E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0B #2C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C07 #1C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FE;
--navy-100: #E8DEFC;
--navy-200: #D4C2F9;
--navy-300: #B394F5;
--navy-400: #8B5CF0;
--navy-500: #692DEB;
--navy-600: #4E13CD;
--navy-700: #3E0FA3;
--navy-800: #2C0B75;
--navy-900: #1C074B;
--navy-950: #12042F;
}