Navy
#200E71
BlueColor Codes
All color formats for development
HEX
#200E71RGB
rgb(32, 14, 113)HSL
hsl(251, 78%, 25%)OKLCH
oklch(0.28 0.153 278.2)CMYK
cmyk(72%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0D66
2#1A0B5B
3#170A4F
4#130844
5#100739
6#0D062D
7#0A0422
8#060317
9#03010B
Tints
Lighter variations
1#2A1294
2#3416B6
3#3D1BD8
4#5433E6
5#7055EA
6#8D77EE
7#A999F2
8#C6BBF7
9#E2DDFB
Tones
Muted variations
1#23136D
2#271868
3#2A1D63
4#2D225E
5#302759
6#332C54
7#36314F
8#39364A
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A797 #A797F2 | BordersInactive statesPlaceholder text |
| 400 | 7A60 #7A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5433 #5433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3919 #3919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D14 #2D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200E #200E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E4DFFB;
--navy-200: #CDC4F8;
--navy-300: #A797F2;
--navy-400: #7A60EB;
--navy-500: #5433E6;
--navy-600: #3919C8;
--navy-700: #2D149F;
--navy-800: #200E71;
--navy-900: #150949;
--navy-950: #0D062D;
}