Navy
#03184F
BlueColor Codes
All color formats for development
HEX
#03184FRGB
rgb(3, 24, 79)HSL
hsl(223, 93%, 16%)OKLCH
oklch(0.238 0.105 263.2)CMYK
cmyk(96%, 70%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031647
2#02133F
3#021137
4#020F2F
5#010C27
6#010A1F
7#010718
8#010510
9#000208
Tints
Lighter variations
1#042578
2#0632A1
3#073FCB
4#094CF4
5#3069F8
6#5A87F9
7#83A5FB
8#ACC3FC
9#D6E1FE
Tones
Muted variations
1#071A4B
2#0A1C47
3#0E1D43
4#121F40
5#16213C
6#1A2238
7#1D2434
8#212630
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD0 #BFD0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAD #8EADFB | BordersInactive statesPlaceholder text |
| 400 | 5382 #5382F9 | Disabled statesSecondary iconsMuted text |
| 500 | 225E #225EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0843 #0843D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0635 #0635AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0426 #04267B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0318 #03184F | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE6FE;
--navy-200: #BFD0FD;
--navy-300: #8EADFB;
--navy-400: #5382F9;
--navy-500: #225EF7;
--navy-600: #0843D9;
--navy-700: #0635AC;
--navy-800: #04267B;
--navy-900: #03184F;
--navy-950: #020F31;
}