Navy
#25258D
BlueColor Codes
All color formats for development
HEX
#25258DRGB
rgb(37, 37, 141)HSL
hsl(240, 58%, 35%)OKLCH
oklch(0.347 0.166 273.6)CMYK
cmyk(74%, 74%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22227F
2#1E1E71
3#1A1A63
4#161655
5#131347
6#0F0F38
7#0B0B2A
8#07071C
9#04040E
Tints
Lighter variations
1#2C2CA7
2#3333C1
3#4848CE
4#6262D5
5#7C7CDC
6#9696E3
7#B0B0EA
8#CBCBF1
9#E5E5F8
Tones
Muted variations
1#2B2B88
2#303083
3#35357D
4#3A3A78
5#3F3F73
6#45456E
7#4A4A69
8#4F4F64
9#54545E
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 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E6 | BordersInactive statesPlaceholder text |
| 400 | 7272 #7272DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A4A #4A4ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F2F #2F2FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E3F8;
--navy-200: #CBCBF1;
--navy-300: #A2A2E6;
--navy-400: #7272DA;
--navy-500: #4A4ACF;
--navy-600: #2F2FB1;
--navy-700: #25258D;
--navy-800: #1B1B65;
--navy-900: #111140;
--navy-950: #0B0B28;
}