Navy
#07124A
BlueColor Codes
All color formats for development
HEX
#07124ARGB
rgb(7, 18, 74)HSL
hsl(230, 83%, 16%)OKLCH
oklch(0.221 0.104 267.3)CMYK
cmyk(91%, 76%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061043
2#060F3C
3#050D34
4#040B2D
5#030925
6#03071E
7#020516
8#01040F
9#010207
Tints
Lighter variations
1#0B1C72
2#0E2599
3#122FC0
4#1638E7
5#3B59ED
6#627AF0
7#899BF4
8#B1BCF8
9#D8DEFB
Tones
Muted variations
1#0A1447
2#0E1744
3#111941
4#141B3D
5#181E3A
6#1B2036
7#1F2233
8#222430
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A4 #94A4F5 | BordersInactive statesPlaceholder text |
| 400 | 5C74 #5C74F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D4D #2D4DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1332 #1332CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F28 #0F28A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1C #0B1C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0712 #07124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE3FC;
--navy-200: #C2CCF9;
--navy-300: #94A4F5;
--navy-400: #5C74F0;
--navy-500: #2D4DEB;
--navy-600: #1332CD;
--navy-700: #0F28A3;
--navy-800: #0B1C75;
--navy-900: #07124B;
--navy-950: #040B2F;
}