Navy
#050D4D
BlueColor Codes
All color formats for development
HEX
#050D4DRGB
rgb(5, 13, 77)HSL
hsl(233, 88%, 16%)OKLCH
oklch(0.215 0.115 267.1)CMYK
cmyk(94%, 83%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#040C45
2#040B3D
3#030936
4#03082E
5#020726
6#02051F
7#010417
8#01030F
9#000108
Tints
Lighter variations
1#071475
2#0A1B9D
3#0D22C6
4#0F29EE
5#364CF2
6#5E70F5
7#8693F7
8#AEB7FA
9#D7DBFC
Tones
Muted variations
1#081049
2#0C1346
3#101642
4#13183E
5#171B3B
6#1A1E37
7#1E2134
8#222330
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C7 #C1C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919D #919DF8 | BordersInactive statesPlaceholder text |
| 400 | 576A #576AF4 | Disabled statesSecondary iconsMuted text |
| 500 | 273F #273FF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D25 #0D25D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1D #0B1DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0815 #081578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050D #050D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DDE1FD;
--navy-200: #C1C7FB;
--navy-300: #919DF8;
--navy-400: #576AF4;
--navy-500: #273FF1;
--navy-600: #0D25D3;
--navy-700: #0B1DA8;
--navy-800: #081578;
--navy-900: #050D4D;
--navy-950: #030830;
}