Navy
#1B11A2
BlueColor Codes
All color formats for development
HEX
#1B11A2RGB
rgb(27, 17, 162)HSL
hsl(244, 81%, 35%)OKLCH
oklch(0.342 0.21 269.9)CMYK
cmyk(83%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180F91
2#150E81
3#130C71
4#100A61
5#0D0851
6#0B0741
7#080530
8#050320
9#030210
Tints
Lighter variations
1#2014C0
2#2417DE
3#3A2DE9
4#564BEC
5#7269EF
6#8E87F2
7#AAA5F6
8#C7C3F9
9#E3E1FC
Tones
Muted variations
1#21189A
2#271F93
3#2D278C
4#342E85
5#3A357D
6#403C76
7#46446F
8#4D4B68
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B95 #9B95F4 | BordersInactive statesPlaceholder text |
| 400 | 675D #675DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3C2F #3C2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2115 #2115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B11 #1B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130C #130C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C08 #0C084A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DFFC;
--navy-200: #C7C3F9;
--navy-300: #9B95F4;
--navy-400: #675DEE;
--navy-500: #3C2FE9;
--navy-600: #2115CB;
--navy-700: #1B11A2;
--navy-800: #130C73;
--navy-900: #0C084A;
--navy-950: #08052E;
}