Navy
#0D2872
BlueColor Codes
All color formats for development
HEX
#0D2872RGB
rgb(13, 40, 114)HSL
hsl(224, 80%, 25%)OKLCH
oklch(0.312 0.132 264.4)CMYK
cmyk(89%, 65%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2467
2#0A205C
3#091C50
4#081845
5#061439
6#05102E
7#040C22
8#030817
9#01040B
Tints
Lighter variations
1#113495
2#1440B8
3#184CDA
4#3061E8
5#537CEC
6#7596F0
7#98B0F4
8#BACAF7
9#DDE5FB
Tones
Muted variations
1#122A6E
2#172D69
3#1C2F63
4#21315E
5#263459
6#2B3654
7#30394F
8#363B4A
9#3B3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AE #95AEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E84 #5E84ED | Disabled statesSecondary iconsMuted text |
| 500 | 3061 #3061E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1646 #1646CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1238 #1238A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D28 #0D2873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081A #081A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FD;
--navy-100: #DFE6FB;
--navy-200: #C3D1F8;
--navy-300: #95AEF3;
--navy-400: #5E84ED;
--navy-500: #3061E8;
--navy-600: #1646CA;
--navy-700: #1238A1;
--navy-800: #0D2873;
--navy-900: #081A49;
--navy-950: #05102E;
}