Navy
#062379
BlueColor Codes
All color formats for development
HEX
#062379RGB
rgb(6, 35, 121)HSL
hsl(225, 91%, 25%)OKLCH
oklch(0.308 0.149 264.2)CMYK
cmyk(95%, 71%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#051F6E
2#051C61
3#041855
4#031549
5#03113D
6#020E31
7#020A25
8#010718
9#01030C
Tints
Lighter variations
1#072D9E
2#0938C3
3#0B42E7
4#2458F5
5#4874F6
6#6D90F8
7#91ACFA
8#B6C7FC
9#DAE3FD
Tones
Muted variations
1#0C2674
2#11296E
3#172B68
4#1D2E63
5#23315D
6#293457
7#2E3751
8#343A4B
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAA #8FAAFA | BordersInactive statesPlaceholder text |
| 400 | 557D #557DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2458 #2458F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A3D #0A3DD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0831 #0831AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0623 #06237A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0416 #04164E | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE5FD;
--navy-200: #C0CFFC;
--navy-300: #8FAAFA;
--navy-400: #557DF7;
--navy-500: #2458F5;
--navy-600: #0A3DD6;
--navy-700: #0831AA;
--navy-800: #06237A;
--navy-900: #04164E;
--navy-950: #020E31;
}