Navy
#03124F
BlueColor Codes
All color formats for development
HEX
#03124FRGB
rgb(3, 18, 79)HSL
hsl(228, 93%, 16%)OKLCH
oklch(0.225 0.113 264.9)CMYK
cmyk(96%, 77%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031047
2#020E3F
3#020D37
4#020B2F
5#010927
6#01071F
7#010518
8#010410
9#000208
Tints
Lighter variations
1#041C78
2#0625A1
3#072ECB
4#0938F4
5#3058F8
6#5A7AF9
7#839BFB
8#ACBCFC
9#D6DEFE
Tones
Muted variations
1#07144B
2#0A1747
3#0E1943
4#121B40
5#161D3C
6#1A2038
7#1D2234
8#212430
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCB #BFCBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA4 #8EA4FB | BordersInactive statesPlaceholder text |
| 400 | 5374 #5374F9 | Disabled statesSecondary iconsMuted text |
| 500 | 224C #224CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0832 #0832D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0627 #0627AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041C #041C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0312 #03124F | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE3FE;
--navy-200: #BFCBFD;
--navy-300: #8EA4FB;
--navy-400: #5374F9;
--navy-500: #224CF7;
--navy-600: #0832D9;
--navy-700: #0627AC;
--navy-800: #041C7B;
--navy-900: #03124F;
--navy-950: #020B31;
}