Navy
#031F4F
BlueColor Codes
All color formats for development
HEX
#031F4FRGB
rgb(3, 31, 79)HSL
hsl(218, 93%, 16%)OKLCH
oklch(0.254 0.095 260.1)CMYK
cmyk(96%, 61%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#031C47
2#02193F
3#021537
4#02122F
5#010F27
6#010C1F
7#010918
8#010610
9#000308
Tints
Lighter variations
1#042F78
2#063FA1
3#074FCB
4#095FF4
5#3079F8
6#5A94F9
7#83AFFB
8#ACCAFC
9#D6E4FE
Tones
Muted variations
1#07204B
2#0A2147
3#0E2243
4#122340
5#16243C
6#1A2538
7#1D2634
8#212730
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD6 #BFD6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB6 #8EB6FB | BordersInactive statesPlaceholder text |
| 400 | 5390 #5390F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2270 #2270F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0854 #0854D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0643 #0643AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0430 #04307B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031F #031F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F5FE;
--navy-100: #DDE9FE;
--navy-200: #BFD6FD;
--navy-300: #8EB6FB;
--navy-400: #5390F9;
--navy-500: #2270F7;
--navy-600: #0854D9;
--navy-700: #0643AC;
--navy-800: #04307B;
--navy-900: #031F4F;
--navy-950: #021331;
}