Navy
#071B4B
BlueColor Codes
All color formats for development
HEX
#071B4BRGB
rgb(7, 27, 75)HSL
hsl(222, 83%, 16%)OKLCH
oklch(0.242 0.093 263.6)CMYK
cmyk(91%, 64%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061943
2#06163C
3#051334
4#04102D
5#030E25
6#030B1E
7#020816
8#01050F
9#010307
Tints
Lighter variations
1#0B2A72
2#0E3899
3#1246C0
4#1654E7
5#3B70ED
6#628DF0
7#89A9F4
8#B1C6F8
9#D8E2FB
Tones
Muted variations
1#0A1D47
2#0E1E44
3#111F41
4#14213D
5#18223A
6#1B2336
7#1F2533
8#222630
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D3 #C2D3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B1 #94B1F5 | BordersInactive statesPlaceholder text |
| 400 | 5C88 #5C88F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D66 #2D66EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 134B #134BCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F3C #0F3CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B2B #0B2B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071B #071B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE7FC;
--navy-200: #C2D3F9;
--navy-300: #94B1F5;
--navy-400: #5C88F0;
--navy-500: #2D66EB;
--navy-600: #134BCD;
--navy-700: #0F3CA3;
--navy-800: #0B2B75;
--navy-900: #071B4B;
--navy-950: #04112F;
}