Navy
#0E0E71
BlueColor Codes
All color formats for development
HEX
#0E0E71RGB
rgb(14, 14, 113)HSL
hsl(240, 78%, 25%)OKLCH
oklch(0.268 0.158 269)CMYK
cmyk(88%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0D66
2#0B0B5B
3#0A0A4F
4#080844
5#070739
6#06062D
7#040422
8#030317
9#01010B
Tints
Lighter variations
1#121294
2#1616B6
3#1B1BD8
4#3333E6
5#5555EA
6#7777EE
7#9999F2
8#BBBBF7
9#DDDDFB
Tones
Muted variations
1#13136D
2#181868
3#1D1D63
4#22225E
5#272759
6#2C2C54
7#31314F
8#36364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6060 #6060EB | Disabled statesSecondary iconsMuted text |
| 500 | 3333 #3333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1919 #1919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1414 #14149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0E #0E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C4C4F8;
--navy-300: #9797F2;
--navy-400: #6060EB;
--navy-500: #3333E6;
--navy-600: #1919C8;
--navy-700: #14149F;
--navy-800: #0E0E71;
--navy-900: #090949;
--navy-950: #06062D;
}