Navy
#022D7E
BlueColor Codes
All color formats for development
HEX
#022D7ERGB
rgb(2, 45, 126)HSL
hsl(219, 97%, 25%)OKLCH
oklch(0.332 0.144 261.6)CMYK
cmyk(98%, 64%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022971
2#022464
3#012058
4#011B4B
5#01173F
6#011232
7#010E26
8#000919
9#00050D
Tints
Lighter variations
1#023BA3
2#0348C9
3#0456EF
4#1D6BFC
5#4384FC
6#689CFD
7#8EB5FD
8#B4CEFE
9#D9E6FE
Tones
Muted variations
1#082F77
2#0E3171
3#14336B
4#1B3565
5#21365F
6#273858
7#2D3A52
8#333C4C
9#3A3E46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB3 #8BB3FD | BordersInactive statesPlaceholder text |
| 400 | 4F8C #4F8CFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D6B #1D6BFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0350 #0350DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 033F #033FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 022D #022D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011D #011D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FF;
--navy-100: #DCE8FE;
--navy-200: #BED4FE;
--navy-300: #8BB3FD;
--navy-400: #4F8CFC;
--navy-500: #1D6BFC;
--navy-600: #0350DD;
--navy-700: #033FB0;
--navy-800: #022D7E;
--navy-900: #011D50;
--navy-950: #011232;
}