Navy
#021150
BlueColor Codes
All color formats for development
HEX
#021150RGB
rgb(2, 17, 80)HSL
hsl(228, 95%, 16%)OKLCH
oklch(0.224 0.116 264.6)CMYK
cmyk(98%, 79%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021048
2#020E40
3#010C38
4#010B30
5#010928
6#010720
7#010518
8#000410
9#000208
Tints
Lighter variations
1#031B79
2#0424A3
3#052DCD
4#0636F7
5#2E57FA
6#5878FB
7#829AFC
8#ABBCFD
9#D5DDFE
Tones
Muted variations
1#06144C
2#0A1648
3#0E1944
4#121B40
5#151D3C
6#191F38
7#1D2234
8#212431
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECB #BECBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA3 #8DA3FC | BordersInactive statesPlaceholder text |
| 400 | 5173 #5173FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F4B #1F4BF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0630 #0630DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0426 #0426AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 031B #031B7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0212 #021250 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE3FE;
--navy-200: #BECBFD;
--navy-300: #8DA3FC;
--navy-400: #5173FB;
--navy-500: #1F4BF9;
--navy-600: #0630DB;
--navy-700: #0426AE;
--navy-800: #031B7C;
--navy-900: #021250;
--navy-950: #010B32;
}