Navy
#1808AA
BlueColor Codes
All color formats for development
HEX
#1808AARGB
rgb(24, 8, 170)HSL
hsl(246, 91%, 35%)OKLCH
oklch(0.345 0.223 268.7)CMYK
cmyk(86%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160799
2#130688
3#110677
4#0F0566
5#0C0455
6#0A0344
7#070233
8#050222
9#020111
Tints
Lighter variations
1#1D0ACA
2#210BEA
3#3721F5
4#5341F6
5#7061F8
6#8C80F9
7#A9A0FB
8#C6C0FC
9#E2DFFE
Tones
Muted variations
1#1F10A2
2#25189A
3#2C2092
4#32298A
5#393182
6#3F397A
7#464172
8#4C4969
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C0 #C6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8F #9A8FFA | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3924 #3924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0A #1F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1808 #1808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1106 #11067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFD;
--navy-200: #C6C0FC;
--navy-300: #9A8FFA;
--navy-400: #6555F7;
--navy-500: #3924F5;
--navy-600: #1F0AD6;
--navy-700: #1808AA;
--navy-800: #11067A;
--navy-900: #0B044E;
--navy-950: #070231;
}