Navy
#070F4B
BlueColor Codes
All color formats for development
HEX
#070F4BRGB
rgb(7, 15, 75)HSL
hsl(233, 83%, 16%)OKLCH
oklch(0.217 0.109 268.1)CMYK
cmyk(91%, 80%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060D43
2#060C3C
3#050A34
4#04092D
5#030725
6#03061E
7#020416
8#01030F
9#010107
Tints
Lighter variations
1#0B1772
2#0E1E99
3#1226C0
4#162EE7
5#3B50ED
6#6273F0
7#8996F4
8#B1B9F8
9#D8DCFB
Tones
Muted variations
1#0A1147
2#0E1444
3#111741
4#14193D
5#181C3A
6#1B1E36
7#1F2133
8#222430
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949F #949FF5 | BordersInactive statesPlaceholder text |
| 400 | 5C6D #5C6DF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D43 #2D43EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1329 #1329CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F20 #0F20A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B17 #0B1775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070F #070F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0409 #04092F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE2FC;
--navy-200: #C2C9F9;
--navy-300: #949FF5;
--navy-400: #5C6DF0;
--navy-500: #2D43EB;
--navy-600: #1329CD;
--navy-700: #0F20A3;
--navy-800: #0B1775;
--navy-900: #070F4B;
--navy-950: #04092F;
}