Navy
#0202B1
BlueColor Codes
All color formats for development
HEX
#0202B1RGB
rgb(2, 2, 177)HSL
hsl(240, 98%, 35%)OKLCH
oklch(0.345 0.237 264.4)CMYK
cmyk(99%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02029F
2#01018D
3#01017C
4#01016A
5#010158
6#010147
7#010135
8#000023
9#000012
Tints
Lighter variations
1#0202D2
2#0202F2
3#1919FD
4#3A3AFD
5#5B5BFD
6#7C7CFE
7#9D9DFE
8#BDBDFE
9#DEDEFF
Tones
Muted variations
1#0B0BA8
2#13139F
3#1C1C96
4#25258E
5#2E2E85
6#36367C
7#3F3F73
8#48486B
9#515162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B8B #8B8BFE | BordersInactive statesPlaceholder text |
| 400 | 4E4E #4E4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C1C #1C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0202 #0202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0202 #0202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0101 #01017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0101 #010151 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FF;
--navy-100: #DCDCFF;
--navy-200: #BDBDFE;
--navy-300: #8B8BFE;
--navy-400: #4E4EFD;
--navy-500: #1C1CFD;
--navy-600: #0202DE;
--navy-700: #0202B1;
--navy-800: #01017E;
--navy-900: #010151;
--navy-950: #010132;
}