Navy
#232390
BlueColor Codes
All color formats for development
HEX
#232390RGB
rgb(35, 35, 144)HSL
hsl(240, 61%, 35%)OKLCH
oklch(0.345 0.172 272.8)CMYK
cmyk(76%, 76%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F1F81
2#1C1C73
3#181865
4#151556
5#111148
6#0E0E39
7#0A0A2B
8#07071D
9#03030E
Tints
Lighter variations
1#2929AA
2#3030C5
3#4444D2
4#5F5FD8
5#7A7ADF
6#9494E5
7#AFAFEC
8#CACAF2
9#E4E4F9
Tones
Muted variations
1#28288A
2#2E2E85
3#33337F
4#39397A
5#3E3E74
6#43436F
7#49496A
8#4E4E64
9#54545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E2F8;
--navy-200: #CACAF2;
--navy-300: #A1A1E8;
--navy-400: #6F6FDC;
--navy-500: #4646D2;
--navy-600: #2C2CB5;
--navy-700: #232390;
--navy-800: #191967;
--navy-900: #101042;
--navy-950: #0A0A29;
}