Navy
#1A0A75
BlueColor Codes
All color formats for development
HEX
#1A0A75RGB
rgb(26, 10, 117)HSL
hsl(249, 84%, 25%)OKLCH
oklch(0.277 0.162 274.4)CMYK
cmyk(78%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18096A
2#15085E
3#120752
4#100646
5#0D053B
6#0B042F
7#080323
8#050217
9#03010C
Tints
Lighter variations
1#220D98
2#2A10BC
3#3213DF
4#492CED
5#674FF0
6#8672F3
7#A495F6
8#C2B9F9
9#E1DCFC
Tones
Muted variations
1#1E1070
2#22156B
3#261A65
4#292060
5#2D255B
6#312A55
7#353050
8#38354A
9#3C3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC2 #CAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A293 #A293F6 | BordersInactive statesPlaceholder text |
| 400 | 715B #715BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 492C #492CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E12 #2E12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250E #250EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0A #1A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1107 #11074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E3DEFC;
--navy-200: #CAC2FA;
--navy-300: #A293F6;
--navy-400: #715BF1;
--navy-500: #492CED;
--navy-600: #2E12CE;
--navy-700: #250EA4;
--navy-800: #1A0A75;
--navy-900: #11074B;
--navy-950: #0B042F;
}