Navy
#000E52
BlueColor Codes
All color formats for development
HEX
#000E52RGB
rgb(0, 14, 82)HSL
hsl(230, 100%, 16%)OKLCH
oklch(0.22 0.123 263.8)CMYK
cmyk(100%, 83%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000C49
2#000B41
3#000A39
4#000831
5#000729
6#000521
7#000418
8#000310
9#000108
Tints
Lighter variations
1#00157C
2#001CA7
3#0023D2
4#002AFD
5#294DFF
6#5470FF
7#7E94FF
8#A9B8FF
9#D4DBFF
Tones
Muted variations
1#04104E
2#081349
3#0C1645
4#101841
5#141B3D
6#181E39
7#1D2135
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 | DBE1 #DBE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC8 #BDC8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9D #8A9DFF | BordersInactive statesPlaceholder text |
| 400 | 4D6A #4D6AFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A40 #1A40FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0025 #0025E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001E #001EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0015 #001580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000E #000E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0008 #000833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DBE1FF;
--navy-200: #BDC8FF;
--navy-300: #8A9DFF;
--navy-400: #4D6AFF;
--navy-500: #1A40FF;
--navy-600: #0025E0;
--navy-700: #001EB3;
--navy-800: #001580;
--navy-900: #000E52;
--navy-950: #000833;
}