Navy
#07104A
BlueColor Codes
All color formats for development
HEX
#07104ARGB
rgb(7, 16, 74)HSL
hsl(232, 83%, 16%)OKLCH
oklch(0.217 0.106 267.9)CMYK
cmyk(91%, 78%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060E43
2#060D3C
3#050B34
4#040A2D
5#030825
6#03061E
7#020516
8#01030F
9#010207
Tints
Lighter variations
1#0B1872
2#0E2199
3#1229C0
4#1631E7
5#3B53ED
6#6275F0
7#8998F4
8#B1BAF8
9#D8DDFB
Tones
Muted variations
1#0A1247
2#0E1544
3#111741
4#141A3D
5#181C3A
6#1B1F36
7#1F2133
8#222430
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A1 #94A1F5 | BordersInactive statesPlaceholder text |
| 400 | 5C6F #5C6FF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D46 #2D46EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 132C #132CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F23 #0F23A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B19 #0B1975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE2FC;
--navy-200: #C2CAF9;
--navy-300: #94A1F5;
--navy-400: #5C6FF0;
--navy-500: #2D46EB;
--navy-600: #132CCD;
--navy-700: #0F23A3;
--navy-800: #0B1975;
--navy-900: #07104B;
--navy-950: #040A2F;
}