Navy
#240F70
BlueColor Codes
All color formats for development
HEX
#240F70RGB
rgb(36, 15, 112)HSL
hsl(253, 76%, 25%)OKLCH
oklch(0.284 0.15 280.8)CMYK
cmyk(68%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210E65
2#1D0C5A
3#190B4F
4#160943
5#120838
6#0F062D
7#0B0522
8#070316
9#04020B
Tints
Lighter variations
1#2F1492
2#3A18B4
3#451DD5
4#5B35E3
5#7657E8
6#9278ED
7#AD9AF1
8#C8BCF6
9#E4DDFA
Tones
Muted variations
1#27146B
2#2A1967
3#2D1E62
4#2F235D
5#322858
6#352C53
7#38314E
8#3A3649
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB98 #AB98F1 | BordersInactive statesPlaceholder text |
| 400 | 7F62 #7F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5B35 #5B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 401B #401BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3315 #33159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240F #240F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 170A #170A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F2FD;
--navy-100: #E5E0FB;
--navy-200: #D0C5F7;
--navy-300: #AB98F1;
--navy-400: #7F62EA;
--navy-500: #5B35E3;
--navy-600: #401BC5;
--navy-700: #33159D;
--navy-800: #240F70;
--navy-900: #170A48;
--navy-950: #0F062D;
}