Navy
#1C0948
PurpleColor Codes
All color formats for development
HEX
#1C0948RGB
rgb(28, 9, 72)HSL
hsl(258, 78%, 16%)OKLCH
oklch(0.221 0.107 288)CMYK
cmyk(61%, 88%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190841
2#16073A
3#140633
4#11052C
5#0E0424
6#0B041D
7#080316
8#06020F
9#030107
Tints
Lighter variations
1#2B0E6F
2#3A1295
3#4817BB
4#571CE1
5#7240E7
6#8F66EC
7#AB8DF1
8#C7B3F6
9#E3D9FA
Tones
Muted variations
1#1D0C45
2#1F0F42
3#20133F
4#21163C
5#221939
6#241C36
7#251F32
8#26222F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A60 #8A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6833 #6833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D19 #4D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D14 #3D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0E #2C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F5F1FD;
--navy-100: #E8DFFB;
--navy-200: #D4C4F8;
--navy-300: #B297F2;
--navy-400: #8A60EB;
--navy-500: #6833E6;
--navy-600: #4D19C8;
--navy-700: #3D149F;
--navy-800: #2C0E71;
--navy-900: #1C0949;
--navy-950: #12062D;
}