Navy
#25288E
BlueColor Codes
All color formats for development
HEX
#25288ERGB
rgb(37, 40, 142)HSL
hsl(238, 59%, 35%)OKLCH
oklch(0.352 0.164 273)CMYK
cmyk(74%, 72%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212480
2#1D2072
3#1A1C63
4#161855
5#121447
6#0F1039
7#0B0C2B
8#07081C
9#04040E
Tints
Lighter variations
1#2B30A8
2#3237C3
3#474BCF
4#6165D6
5#7B7EDD
6#9698E4
7#B0B2EB
8#CACCF1
9#E5E5F8
Tones
Muted variations
1#2A2D89
2#2F3283
3#34377E
4#3A3C79
5#3F4174
6#44466E
7#494B69
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 | CACC #CACCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A4 #A2A4E7 | BordersInactive statesPlaceholder text |
| 400 | 7175 #7175DA | Disabled statesSecondary iconsMuted text |
| 500 | 494D #494DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E32 #2E32B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2528 #25288E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1D #1A1D65 | 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: #CACCF1;
--navy-300: #A2A4E7;
--navy-400: #7175DA;
--navy-500: #494DD0;
--navy-600: #2E32B2;
--navy-700: #25288E;
--navy-800: #1A1D65;
--navy-900: #111241;
--navy-950: #0A0B29;
}