Navy
#1800B3
BlueColor Codes
All color formats for development
HEX
#1800B3RGB
rgb(24, 0, 179)HSL
hsl(248, 100%, 35%)OKLCH
oklch(0.353 0.235 268.2)CMYK
cmyk(87%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1500A1
2#13008F
3#11007D
4#0E006B
5#0C0059
6#0A0047
7#070036
8#050024
9#020012
Tints
Lighter variations
1#1C00D4
2#2100F5
3#3617FF
4#5338FF
5#6F59FF
6#8C7AFF
7#A99CFF
8#C6BDFF
9#E2DEFF
Tones
Muted variations
1#1E09AA
2#2512A1
3#2B1B98
4#32248F
5#392D86
6#3F367D
7#463E74
8#4C476B
9#535062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DB #E0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 998A #998AFF | BordersInactive statesPlaceholder text |
| 400 | 644D #644DFF | Disabled statesSecondary iconsMuted text |
| 500 | 381A #381AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E00 #1E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1800 #1800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1100 #110080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B00 #0B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0700 #070033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E0DBFF;
--navy-200: #C6BDFF;
--navy-300: #998AFF;
--navy-400: #644DFF;
--navy-500: #381AFF;
--navy-600: #1E00E0;
--navy-700: #1800B3;
--navy-800: #110080;
--navy-900: #0B0052;
--navy-950: #070033;
}