Navy
#1B0EA4
BlueColor Codes
All color formats for development
HEX
#1B0EA4RGB
rgb(27, 14, 164)HSL
hsl(245, 84%, 35%)OKLCH
oklch(0.342 0.213 269.8)CMYK
cmyk(84%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180D94
2#150B83
3#130A73
4#100963
5#0D0752
6#0B0642
7#080431
8#050321
9#030110
Tints
Lighter variations
1#2011C3
2#2514E1
3#3A2AEC
4#5648EF
5#7267F2
6#8E85F4
7#AAA4F7
8#C7C2FA
9#E3E1FC
Tones
Muted variations
1#21169D
2#271D95
3#2E258E
4#342C86
5#3A347F
6#403B77
7#474370
8#4D4A68
9#535261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B93 #9B93F6 | BordersInactive statesPlaceholder text |
| 400 | 675B #675BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 3C2C #3C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2212 #2212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B0E #1B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130A #130A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C07 #0C074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DEFC;
--navy-200: #C7C2FA;
--navy-300: #9B93F6;
--navy-400: #675BF1;
--navy-500: #3C2CED;
--navy-600: #2212CE;
--navy-700: #1B0EA4;
--navy-800: #130A75;
--navy-900: #0C074B;
--navy-950: #08042F;
}