Navy
#031A4E
BlueColor Codes
All color formats for development
HEX
#031A4ERGB
rgb(3, 26, 78)HSL
hsl(222, 93%, 16%)OKLCH
oklch(0.241 0.1 262.3)CMYK
cmyk(96%, 67%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031747
2#02143F
3#021237
4#020F2F
5#010D27
6#010A1F
7#010818
8#010510
9#000308
Tints
Lighter variations
1#042778
2#0635A1
3#0742CB
4#094FF4
5#306CF8
6#5A89F9
7#83A7FB
8#ACC4FC
9#D6E2FE
Tones
Muted variations
1#071B4B
2#0A1D47
3#0E1E43
4#122040
5#16213C
6#1A2338
7#1D2434
8#212630
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFB | BordersInactive statesPlaceholder text |
| 400 | 5385 #5385F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2262 #2262F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0846 #0846D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0638 #0638AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0428 #04287B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE7FE;
--navy-200: #BFD2FD;
--navy-300: #8EAFFB;
--navy-400: #5385F9;
--navy-500: #2262F7;
--navy-600: #0846D9;
--navy-700: #0638AC;
--navy-800: #04287B;
--navy-900: #031A4F;
--navy-950: #021031;
}