Navy
#15159E
BlueColor Codes
All color formats for development
HEX
#15159ERGB
rgb(21, 21, 158)HSL
hsl(240, 77%, 35%)OKLCH
oklch(0.338 0.204 268.3)CMYK
cmyk(87%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12128E
2#10107E
3#0E0E6F
4#0C0C5F
5#0A0A4F
6#08083F
7#06062F
8#040420
9#020210
Tints
Lighter variations
1#1818BB
2#1C1CD9
3#3232E4
4#4F4FE8
5#6C6CEC
6#8A8AF0
7#A7A7F4
8#C4C4F7
9#E2E2FB
Tones
Muted variations
1#1B1B97
2#222290
3#292989
4#303082
5#37377C
6#3E3E75
7#45456E
8#4C4C67
9#525260
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 #C4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6161 #6161EA | Disabled statesSecondary iconsMuted text |
| 500 | 3434 #3434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A1A #1A1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1515 #15159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0F #0F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090948 | 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: #C4C4F7;
--navy-300: #9797F2;
--navy-400: #6161EA;
--navy-500: #3434E5;
--navy-600: #1A1AC7;
--navy-700: #15159E;
--navy-800: #0F0F71;
--navy-900: #090948;
--navy-950: #06062D;
}