Navy
#03154E
BlueColor Codes
All color formats for development
HEX
#03154ERGB
rgb(3, 21, 78)HSL
hsl(226, 93%, 16%)OKLCH
oklch(0.23 0.107 264.1)CMYK
cmyk(96%, 73%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031347
2#02103F
3#020E37
4#020C2F
5#010A27
6#01081F
7#010618
8#010410
9#000208
Tints
Lighter variations
1#041F78
2#062AA1
3#0735CB
4#0940F4
5#305FF8
6#5A7FF9
7#839FFB
8#ACBFFC
9#D6DFFE
Tones
Muted variations
1#07174B
2#0A1947
3#0E1B43
4#121D40
5#161F3C
6#1A2138
7#1D2334
8#212530
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA7 #8EA7FB | BordersInactive statesPlaceholder text |
| 400 | 5379 #5379F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2253 #2253F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0839 #0839D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 062D #062DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0420 #04207B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0315 #03154F | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE4FE;
--navy-200: #BFCDFD;
--navy-300: #8EA7FB;
--navy-400: #5379F9;
--navy-500: #2253F7;
--navy-600: #0839D9;
--navy-700: #062DAC;
--navy-800: #04207B;
--navy-900: #03154F;
--navy-950: #020D31;
}