Navy
#25258E
BlueColor Codes
All color formats for development
HEX
#25258ERGB
rgb(37, 37, 142)HSL
hsl(240, 59%, 35%)OKLCH
oklch(0.348 0.167 273.5)CMYK
cmyk(74%, 74%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212180
2#1D1D72
3#1A1A63
4#161655
5#121247
6#0F0F39
7#0B0B2B
8#07071C
9#04040E
Tints
Lighter variations
1#2B2BA8
2#3232C3
3#4747CF
4#6161D6
5#7B7BDD
6#9696E4
7#B0B0EB
8#CACAF1
9#E5E5F8
Tones
Muted variations
1#2A2A89
2#2F2F83
3#34347E
4#3A3A79
5#3F3F74
6#44446E
7#494969
8#4F4F64
9#54545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E7 | BordersInactive statesPlaceholder text |
| 400 | 7171 #7171DA | Disabled statesSecondary iconsMuted text |
| 500 | 4949 #4949D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E2E #2E2EB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111141 | 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: #E3E3F8;
--navy-200: #CACAF1;
--navy-300: #A2A2E7;
--navy-400: #7171DA;
--navy-500: #4949D0;
--navy-600: #2E2EB2;
--navy-700: #25258E;
--navy-800: #1A1A65;
--navy-900: #111141;
--navy-950: #0A0A29;
}