Navy
#1F02B1
BlueColor Codes
All color formats for development
HEX
#1F02B1RGB
rgb(31, 2, 177)HSL
hsl(250, 98%, 35%)OKLCH
oklch(0.355 0.231 270.3)CMYK
cmyk(82%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C029F
2#19018D
3#16017C
4#13016A
5#0F0158
6#0C0147
7#090135
8#060023
9#030012
Tints
Lighter variations
1#2502D2
2#2A02F2
3#3F19FD
4#5B3AFD
5#765BFD
6#917CFE
7#AD9DFE
8#C8BDFE
9#E4DEFF
Tones
Muted variations
1#250BA8
2#2B139F
3#301C96
4#36258E
5#3C2E85
6#42367C
7#483F73
8#4E486B
9#535162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BD #C8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8B #9E8BFE | BordersInactive statesPlaceholder text |
| 400 | 6B4E #6B4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 411C #411CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2702 #2702DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F02 #1F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1601 #16017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E01 #0E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0901 #090132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FF;
--navy-100: #E1DCFF;
--navy-200: #C8BDFE;
--navy-300: #9E8BFE;
--navy-400: #6B4EFD;
--navy-500: #411CFD;
--navy-600: #2702DE;
--navy-700: #1F02B1;
--navy-800: #16017E;
--navy-900: #0E0151;
--navy-950: #090132;
}