Navy
#200EA4
BlueColor Codes
All color formats for development
HEX
#200EA4RGB
rgb(32, 14, 164)HSL
hsl(247, 84%, 35%)OKLCH
oklch(0.345 0.212 271.4)CMYK
cmyk(80%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0D94
2#190B83
3#160A73
4#130963
5#100752
6#0D0642
7#0A0431
8#060321
9#030110
Tints
Lighter variations
1#2611C3
2#2C14E1
3#402AEC
4#5C48EF
5#7767F2
6#9285F4
7#ADA4F7
8#C9C2FA
9#E4E1FC
Tones
Muted variations
1#26169D
2#2B1D95
3#31258E
4#372C86
5#3D347F
6#423B77
7#484370
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 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F93 #9F93F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5B #6C5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 422C #422CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2812 #2812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200E #200EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170A #170A75 | 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: #C9C2FA;
--navy-300: #9F93F6;
--navy-400: #6C5BF1;
--navy-500: #422CED;
--navy-600: #2812CE;
--navy-700: #200EA4;
--navy-800: #170A75;
--navy-900: #0F074B;
--navy-950: #09042F;
}