Navy
#200FA3
BlueColor Codes
All color formats for development
HEX
#200FA3RGB
rgb(32, 15, 163)HSL
hsl(247, 83%, 35%)OKLCH
oklch(0.345 0.21 271.5)CMYK
cmyk(80%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0E93
2#1A0C83
3#170B72
4#130962
5#100852
6#0D0641
7#0A0531
8#060321
9#030210
Tints
Lighter variations
1#2612C2
2#2D15E0
3#412BEB
4#5C49EE
5#7767F1
6#9386F4
7#AEA4F7
8#C9C2F9
9#E4E1FC
Tones
Muted variations
1#26179C
2#2C1E95
3#31258D
4#372D86
5#3D347E
6#433C77
7#48436F
8#4E4A68
9#545261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F94 #9F94F5 | BordersInactive statesPlaceholder text |
| 400 | 6D5C #6D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 432D #432DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2913 #2913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200F #200FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170B #170B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E2DEFC;
--navy-200: #C9C2F9;
--navy-300: #9F94F5;
--navy-400: #6D5CF0;
--navy-500: #432DEB;
--navy-600: #2913CD;
--navy-700: #200FA3;
--navy-800: #170B75;
--navy-900: #0F074B;
--navy-950: #09042F;
}