Navy
#1D11A2
BlueColor Codes
All color formats for development
HEX
#1D11A2RGB
rgb(29, 17, 162)HSL
hsl(245, 81%, 35%)OKLCH
oklch(0.343 0.209 270.5)CMYK
cmyk(82%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0F91
2#170E81
3#140C71
4#110A61
5#0F0851
6#0C0741
7#090530
8#060320
9#030210
Tints
Lighter variations
1#2214C0
2#2817DE
3#3D2DE9
4#584BEC
5#7469EF
6#9087F2
7#ACA5F6
8#C7C3F9
9#E3E1FC
Tones
Muted variations
1#23189A
2#291F93
3#2F278C
4#352E85
5#3B357D
6#413C76
7#47446F
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 | 9D95 #9D95F4 | BordersInactive statesPlaceholder text |
| 400 | 6A5D #6A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3F2F #3F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2415 #2415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D11 #1D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150C #150C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D084A | 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: #9D95F4;
--navy-400: #6A5DEE;
--navy-500: #3F2FE9;
--navy-600: #2415CB;
--navy-700: #1D11A2;
--navy-800: #150C73;
--navy-900: #0D084A;
--navy-950: #08052E;
}