Navy
#0B2975
BlueColor Codes
All color formats for development
HEX
#0B2975RGB
rgb(11, 41, 117)HSL
hsl(223, 83%, 25%)OKLCH
oklch(0.317 0.135 263.8)CMYK
cmyk(91%, 65%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2569
2#09215D
3#081D52
4#071846
5#05143A
6#04102F
7#030C23
8#020817
9#01040C
Tints
Lighter variations
1#0E3598
2#1141BB
3#154EDE
4#2D63EB
5#507DEF
6#7397F2
7#96B1F5
8#B9CBF8
9#DCE5FC
Tones
Muted variations
1#102B6F
2#152D6A
3#1B3065
4#20325F
5#25345A
6#2B3755
7#303950
8#353B4A
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D2 #C2D2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AF #94AFF5 | BordersInactive statesPlaceholder text |
| 400 | 5C86 #5C86F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D63 #2D63EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1348 #1348CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F39 #0F39A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B29 #0B2975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071A #071A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE7FC;
--navy-200: #C2D2F9;
--navy-300: #94AFF5;
--navy-400: #5C86F0;
--navy-500: #2D63EB;
--navy-600: #1348CD;
--navy-700: #0F39A3;
--navy-800: #0B2975;
--navy-900: #071A4B;
--navy-950: #04102F;
}