Navy
#1B0E71
BlueColor Codes
All color formats for development
HEX
#1B0E71RGB
rgb(27, 14, 113)HSL
hsl(248, 78%, 25%)OKLCH
oklch(0.276 0.154 275.2)CMYK
cmyk(76%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190D66
2#160B5B
3#130A4F
4#100844
5#0E0739
6#0B062D
7#080422
8#050317
9#03010B
Tints
Lighter variations
1#231294
2#2C16B6
3#341BD8
4#4B33E6
5#6955EA
6#8777EE
7#A599F2
8#C3BBF7
9#E1DDFB
Tones
Muted variations
1#1F136D
2#231868
3#261D63
4#2A225E
5#2E2759
6#312C54
7#35314F
8#38364A
9#3C3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC4 #CBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A397 #A397F2 | BordersInactive statesPlaceholder text |
| 400 | 7360 #7360EB | Disabled statesSecondary iconsMuted text |
| 500 | 4B33 #4B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3019 #3019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2614 #26149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0E #1B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110949 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E3DFFB;
--navy-200: #CBC4F8;
--navy-300: #A397F2;
--navy-400: #7360EB;
--navy-500: #4B33E6;
--navy-600: #3019C8;
--navy-700: #26149F;
--navy-800: #1B0E71;
--navy-900: #110949;
--navy-950: #0B062D;
}