Navy
#0B2475
BlueColor Codes
All color formats for development
HEX
#0B2475RGB
rgb(11, 36, 117)HSL
hsl(226, 83%, 25%)OKLCH
oklch(0.307 0.141 265.1)CMYK
cmyk(91%, 69%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2069
2#091C5D
3#081952
4#071546
5#05123A
6#040E2F
7#030B23
8#020717
9#01040C
Tints
Lighter variations
1#0E2E98
2#1139BB
3#1544DE
4#2D59EB
5#5075EF
6#7391F2
7#96ACF5
8#B9C8F8
9#DCE3FC
Tones
Muted variations
1#10266F
2#15296A
3#1B2C65
4#202F5F
5#25325A
6#2B3455
7#303750
8#353A4A
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CF #C2CFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AA #94AAF5 | BordersInactive statesPlaceholder text |
| 400 | 5C7E #5C7EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D59 #2D59EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 133F #133FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F32 #0F32A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B24 #0B2475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0717 #07174B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE5FC;
--navy-200: #C2CFF9;
--navy-300: #94AAF5;
--navy-400: #5C7EF0;
--navy-500: #2D59EB;
--navy-600: #133FCD;
--navy-700: #0F32A3;
--navy-800: #0B2475;
--navy-900: #07174B;
--navy-950: #040E2F;
}