Navy
#232590
BlueColor Codes
All color formats for development
HEX
#232590RGB
rgb(35, 37, 144)HSL
hsl(239, 61%, 35%)OKLCH
oklch(0.349 0.17 272.5)CMYK
cmyk(76%, 74%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2181
2#1C1D73
3#181A65
4#151656
5#111248
6#0E0F39
7#0A0B2B
8#07071D
9#03040E
Tints
Lighter variations
1#292BAA
2#3032C5
3#4447D2
4#5F61D8
5#7A7BDF
6#9496E5
7#AFB0EC
8#CACAF2
9#E4E5F9
Tones
Muted variations
1#282A8A
2#2E2F85
3#33347F
4#393A7A
5#3E3F74
6#43446F
7#49496A
8#4E4F64
9#54545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A2 #A1A2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F71 #6F71DC | Disabled statesSecondary iconsMuted text |
| 500 | 4649 #4649D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2E #2C2EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2325 #232590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191A #191A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1011 #101142 | 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: #E2E3F8;
--navy-200: #CACAF2;
--navy-300: #A1A2E8;
--navy-400: #6F71DC;
--navy-500: #4649D2;
--navy-600: #2C2EB5;
--navy-700: #232590;
--navy-800: #191A67;
--navy-900: #101142;
--navy-950: #0A0A29;
}