Navy
#000B52
BlueColor Codes
All color formats for development
HEX
#000B52RGB
rgb(0, 11, 82)HSL
hsl(232, 100%, 16%)OKLCH
oklch(0.215 0.126 264)CMYK
cmyk(100%, 87%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000A49
2#000941
3#000839
4#000731
5#000529
6#000421
7#000318
8#000210
9#000108
Tints
Lighter variations
1#00117C
2#0016A7
3#001CD2
4#0022FD
5#2945FF
6#546AFF
7#7E90FF
8#A9B5FF
9#D4DAFF
Tones
Muted variations
1#040E4E
2#081149
3#0C1445
4#101741
5#141A3D
6#181D39
7#1D2035
8#212331
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE0 #DBE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC6 #BDC6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A99 #8A99FF | BordersInactive statesPlaceholder text |
| 400 | 4D64 #4D64FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A38 #1A38FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001E #001EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0018 #0018B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0011 #001180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000B #000B52 | Primary textHigh emphasis contentDark headings |
| 950 | 0007 #000733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DBE0FF;
--navy-200: #BDC6FF;
--navy-300: #8A99FF;
--navy-400: #4D64FF;
--navy-500: #1A38FF;
--navy-600: #001EE0;
--navy-700: #0018B3;
--navy-800: #001180;
--navy-900: #000B52;
--navy-950: #000733;
}