Navy
#1B0A48
PurpleColor Codes
All color formats for development
HEX
#1B0A48RGB
rgb(27, 10, 72)HSL
hsl(256, 76%, 16%)OKLCH
oklch(0.221 0.106 286.7)CMYK
cmyk(63%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180941
2#150839
3#120732
4#10062B
5#0D0524
6#0B041D
7#080316
8#05020E
9#030107
Tints
Lighter variations
1#280F6E
2#361493
3#4419B9
4#521EDF
5#6E43E5
6#8B68EA
7#A88EF0
8#C5B4F5
9#E2D9FA
Tones
Muted variations
1#1C0D45
2#1D1042
3#1F133F
4#20163B
5#221938
6#231C35
7#241F32
8#26232F
9#27262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C5 #D2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B098 #B098F1 | BordersInactive statesPlaceholder text |
| 400 | 8662 #8662EA | Disabled statesSecondary iconsMuted text |
| 500 | 6435 #6435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 481B #481BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A15 #3A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290F #290F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A0A #1A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F2FD;
--navy-100: #E7E0FB;
--navy-200: #D2C5F7;
--navy-300: #B098F1;
--navy-400: #8662EA;
--navy-500: #6435E3;
--navy-600: #481BC5;
--navy-700: #3A159D;
--navy-800: #290F70;
--navy-900: #1A0A48;
--navy-950: #10062D;
}