Navy
#03134F
BlueColor Codes
All color formats for development
HEX
#03134FRGB
rgb(3, 19, 79)HSL
hsl(227, 93%, 16%)OKLCH
oklch(0.227 0.111 264.7)CMYK
cmyk(96%, 76%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031147
2#020F3F
3#020E37
4#020C2F
5#010A27
6#01081F
7#010618
8#010410
9#000208
Tints
Lighter variations
1#041D78
2#0628A1
3#0732CB
4#093CF4
5#305BF8
6#5A7CF9
7#839DFB
8#ACBEFC
9#D6DEFE
Tones
Muted variations
1#07154B
2#0A1847
3#0E1A43
4#121C40
5#161E3C
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 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCC #BFCCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA5 #8EA5FB | BordersInactive statesPlaceholder text |
| 400 | 5377 #5377F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2250 #2250F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0835 #0835D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 062A #062AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041E #041E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0313 #03134F | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE4FE;
--navy-200: #BFCCFD;
--navy-300: #8EA5FB;
--navy-400: #5377F9;
--navy-500: #2250F7;
--navy-600: #0835D9;
--navy-700: #062AAC;
--navy-800: #041E7B;
--navy-900: #03134F;
--navy-950: #020C31;
}