Navy
#0B2274
BlueColor Codes
All color formats for development
HEX
#0B2274RGB
rgb(11, 34, 116)HSL
hsl(227, 83%, 25%)OKLCH
oklch(0.302 0.142 265.5)CMYK
cmyk(91%, 71%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1E69
2#091B5D
3#081852
4#071446
5#05113A
6#040E2F
7#030A23
8#020717
9#01030C
Tints
Lighter variations
1#0E2C98
2#1136BB
3#1540DE
4#2D56EB
5#5072EF
6#738FF2
7#96ABF5
8#B9C7F8
9#DCE3FC
Tones
Muted variations
1#10256F
2#15286A
3#1B2B65
4#202E5F
5#25315A
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 | C2CE #C2CEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A9 #94A9F5 | BordersInactive statesPlaceholder text |
| 400 | 5C7C #5C7CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D56 #2D56EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 133B #133BCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F2F #0F2FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B22 #0B2275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0716 #07164B | 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: #C2CEF9;
--navy-300: #94A9F5;
--navy-400: #5C7CF0;
--navy-500: #2D56EB;
--navy-600: #133BCD;
--navy-700: #0F2FA3;
--navy-800: #0B2275;
--navy-900: #07164B;
--navy-950: #040E2F;
}