Navy
#230A76
BlueColor Codes
All color formats for development
HEX
#230A76RGB
rgb(35, 10, 118)HSL
hsl(254, 84%, 25%)OKLCH
oklch(0.285 0.161 279.4)CMYK
cmyk(70%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20096A
2#1C085E
3#190752
4#150646
5#12053B
6#0E042F
7#0B0323
8#070217
9#04010C
Tints
Lighter variations
1#2E0D98
2#3810BC
3#4313DF
4#592CED
5#754FF0
6#9072F3
7#AC95F6
8#C8B9F9
9#E3DCFC
Tones
Muted variations
1#261070
2#29156B
3#2C1A65
4#2F2060
5#31255B
6#342A55
7#373050
8#3A354A
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA93 #AA93F6 | BordersInactive statesPlaceholder text |
| 400 | 7E5B #7E5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 592C #592CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E12 #3E12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310E #310EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E5DEFC;
--navy-200: #CFC2FA;
--navy-300: #AA93F6;
--navy-400: #7E5BF1;
--navy-500: #592CED;
--navy-600: #3E12CE;
--navy-700: #310EA4;
--navy-800: #230A75;
--navy-900: #17074B;
--navy-950: #0E042F;
}