Navy
#0B2674
BlueColor Codes
All color formats for development
HEX
#0B2674RGB
rgb(11, 38, 116)HSL
hsl(225, 83%, 25%)OKLCH
oklch(0.31 0.137 264.6)CMYK
cmyk(91%, 67%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2269
2#091E5D
3#081A52
4#071646
5#05133A
6#040F2F
7#030B23
8#020717
9#01040C
Tints
Lighter variations
1#0E3098
2#113CBB
3#1547DE
4#2D5DEB
5#5078EF
6#7393F2
7#96AEF5
8#B9C9F8
9#DCE4FC
Tones
Muted variations
1#10286F
2#152B6A
3#1B2D65
4#20305F
5#25335A
6#2B3555
7#303850
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 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D0 #C2D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AC #94ACF5 | BordersInactive statesPlaceholder text |
| 400 | 5C81 #5C81F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D5D #2D5DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1342 #1342CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F34 #0F34A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B25 #0B2575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0718 #07184B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE6FC;
--navy-200: #C2D0F9;
--navy-300: #94ACF5;
--navy-400: #5C81F0;
--navy-500: #2D5DEB;
--navy-600: #1342CD;
--navy-700: #0F34A3;
--navy-800: #0B2575;
--navy-900: #07184B;
--navy-950: #040F2F;
}