Navy
#200B75
BlueColor Codes
All color formats for development
HEX
#200B75RGB
rgb(32, 11, 117)HSL
hsl(252, 83%, 25%)OKLCH
oklch(0.282 0.16 277.7)CMYK
cmyk(73%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0A69
2#1A095D
3#160852
4#130746
5#10053A
6#0D042F
7#0A0323
8#060217
9#03010C
Tints
Lighter variations
1#2A0E98
2#3311BB
3#3D15DE
4#532DEB
5#7050EF
6#8C73F2
7#A996F5
8#C6B9F8
9#E2DCFC
Tones
Muted variations
1#23106F
2#26156A
3#2A1B65
4#2D205F
5#30255A
6#332B55
7#363050
8#39354A
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC2 #CDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A794 #A794F5 | BordersInactive statesPlaceholder text |
| 400 | 795C #795CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 532D #532DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3813 #3813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0F #2D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200B #200B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1407 #14074B | Primary textHigh emphasis contentDark headings |
| 950 | 0D04 #0D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E4DEFC;
--navy-200: #CDC2F9;
--navy-300: #A794F5;
--navy-400: #795CF0;
--navy-500: #532DEB;
--navy-600: #3813CD;
--navy-700: #2D0FA3;
--navy-800: #200B75;
--navy-900: #14074B;
--navy-950: #0D042F;
}