Navy
#25268E
BlueColor Codes
All color formats for development
HEX
#25268ERGB
rgb(37, 38, 142)HSL
hsl(239, 59%, 35%)OKLCH
oklch(0.349 0.166 273.3)CMYK
cmyk(74%, 73%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212380
2#1D1F72
3#1A1B63
4#161755
5#121347
6#0F0F39
7#0B0C2B
8#07081C
9#04040E
Tints
Lighter variations
1#2B2DA8
2#3235C3
3#4749CF
4#6163D6
5#7B7DDD
6#9697E4
7#B0B1EB
8#CACBF1
9#E5E5F8
Tones
Muted variations
1#2A2B89
2#2F3183
3#34367E
4#3A3B79
5#3F4074
6#44456E
7#494A69
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 | CACB #CACBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A3 #A2A3E7 | BordersInactive statesPlaceholder text |
| 400 | 7173 #7173DA | Disabled statesSecondary iconsMuted text |
| 500 | 494B #494BD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E30 #2E30B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2526 #25268E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1B #1A1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1112 #111241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E3F8;
--navy-200: #CACBF1;
--navy-300: #A2A3E7;
--navy-400: #7173DA;
--navy-500: #494BD0;
--navy-600: #2E30B2;
--navy-700: #25268E;
--navy-800: #1A1B65;
--navy-900: #111241;
--navy-950: #0A0B29;
}