Navy
#020950
BlueColor Codes
All color formats for development
HEX
#020950RGB
rgb(2, 9, 80)HSL
hsl(235, 95%, 16%)OKLCH
oklch(0.211 0.124 265.5)CMYK
cmyk(98%, 89%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020848
2#020740
3#010638
4#010530
5#010428
6#010320
7#010318
8#000210
9#000108
Tints
Lighter variations
1#030D79
2#0411A3
3#0516CD
4#061AF7
5#2E3FFA
6#5865FB
7#828CFC
8#ABB2FD
9#D5D9FE
Tones
Muted variations
1#060C4C
2#0A0F48
3#0E1244
4#121540
5#15193C
6#191C38
7#1D1F34
8#212231
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC4 #BEC4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D96 #8D96FC | BordersInactive statesPlaceholder text |
| 400 | 515F #515FFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F31 #1F31F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0617 #0617DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0413 #0413AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030D #030D7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0209 #020950 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DCDFFE;
--navy-200: #BEC4FD;
--navy-300: #8D96FC;
--navy-400: #515FFB;
--navy-500: #1F31F9;
--navy-600: #0617DB;
--navy-700: #0413AE;
--navy-800: #030D7C;
--navy-900: #020950;
--navy-950: #010532;
}