Navy
#230977
BlueColor Codes
All color formats for development
HEX
#230977RGB
rgb(35, 9, 119)HSL
hsl(254, 86%, 25%)OKLCH
oklch(0.286 0.163 279.3)CMYK
cmyk(71%, 92%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F086B
2#1C075F
3#180653
4#150547
5#11043B
6#0E042F
7#0A0324
8#070218
9#03010C
Tints
Lighter variations
1#2D0C9A
2#370EBE
3#4211E1
4#582AEF
5#744DF2
6#8F71F4
7#AB94F7
8#C7B8FA
9#E3DBFC
Tones
Muted variations
1#250E71
2#28146C
3#2B1966
4#2E1F61
5#31245B
6#342A56
7#372F50
8#3A354B
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC1 #CFC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A992 #A992F7 | BordersInactive statesPlaceholder text |
| 400 | 7D59 #7D59F3 | Disabled statesSecondary iconsMuted text |
| 500 | 582A #582AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D10 #3D10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 300C #300CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2309 #230977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064C | 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: #E5DEFD;
--navy-200: #CFC1FA;
--navy-300: #A992F7;
--navy-400: #7D59F3;
--navy-500: #582AEF;
--navy-600: #3D10D1;
--navy-700: #300CA6;
--navy-800: #230977;
--navy-900: #16064C;
--navy-950: #0E042F;
}