Navy
#021B50
BlueColor Codes
All color formats for development
HEX
#021B50RGB
rgb(2, 27, 80)HSL
hsl(221, 95%, 16%)OKLCH
oklch(0.245 0.102 261.7)CMYK
cmyk(98%, 66%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021848
2#021540
3#011338
4#011030
5#010D28
6#010B20
7#010818
8#000510
9#000308
Tints
Lighter variations
1#032979
2#0437A3
3#0544CD
4#0652F7
5#2E6FFA
6#588BFB
7#82A8FC
8#ABC5FD
9#D5E2FE
Tones
Muted variations
1#061C4C
2#0A1D48
3#0E1F44
4#122040
5#15223C
6#192338
7#1D2534
8#212631
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED2 #BED2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB0 #8DB0FC | BordersInactive statesPlaceholder text |
| 400 | 5187 #5187FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F64 #1F64F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0649 #0649DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 043A #043AAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032A #032A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021B #021B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0111 #011132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DCE7FE;
--navy-200: #BED2FD;
--navy-300: #8DB0FC;
--navy-400: #5187FB;
--navy-500: #1F64F9;
--navy-600: #0649DB;
--navy-700: #043AAE;
--navy-800: #032A7C;
--navy-900: #021B50;
--navy-950: #011132;
}