Navy
#240B75
BlueColor Codes
All color formats for development
HEX
#240B75RGB
rgb(36, 11, 117)HSL
hsl(254, 83%, 25%)OKLCH
oklch(0.286 0.159 280.1)CMYK
cmyk(69%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200A69
2#1C095D
3#190852
4#150746
5#12053A
6#0E042F
7#0B0323
8#070217
9#04010C
Tints
Lighter variations
1#2E0E98
2#3911BB
3#4415DE
4#592DEB
5#7550EF
6#9173F2
7#AC96F5
8#C8B9F8
9#E3DCFC
Tones
Muted variations
1#26106F
2#29156A
3#2C1B65
4#2F205F
5#32255A
6#342B55
7#373050
8#3A354A
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA94 #AA94F5 | BordersInactive statesPlaceholder text |
| 400 | 7E5C #7E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 592D #592DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F13 #3F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320F #320FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240B #240B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E5DEFC;
--navy-200: #CFC2F9;
--navy-300: #AA94F5;
--navy-400: #7E5CF0;
--navy-500: #592DEB;
--navy-600: #3F13CD;
--navy-700: #320FA3;
--navy-800: #240B75;
--navy-900: #17074B;
--navy-950: #0E042F;
}