Navy
#0B1975
BlueColor Codes
All color formats for development
HEX
#0B1975RGB
rgb(11, 25, 117)HSL
hsl(232, 83%, 25%)OKLCH
oklch(0.287 0.154 266.8)CMYK
cmyk(91%, 79%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1669
2#09145D
3#081152
4#070F46
5#050C3A
6#040A2F
7#030723
8#020517
9#01020C
Tints
Lighter variations
1#0E2098
2#1128BB
3#152FDE
4#2D46EB
5#5065EF
6#7384F2
7#96A3F5
8#B9C1F8
9#DCE0FC
Tones
Muted variations
1#101D6F
2#15216A
3#1B2565
4#20285F
5#252C5A
6#2B3055
7#303450
8#35384A
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A1 #94A1F5 | BordersInactive statesPlaceholder text |
| 400 | 5C6F #5C6FF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D46 #2D46EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 132C #132CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F23 #0F23A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B19 #0B1975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE2FC;
--navy-200: #C2CAF9;
--navy-300: #94A1F5;
--navy-400: #5C6FF0;
--navy-500: #2D46EB;
--navy-600: #132CCD;
--navy-700: #0F23A3;
--navy-800: #0B1975;
--navy-900: #07104B;
--navy-950: #040A2F;
}