Navy
#230D73
BlueColor Codes
All color formats for development
HEX
#230D73RGB
rgb(35, 13, 115)HSL
hsl(253, 80%, 25%)OKLCH
oklch(0.284 0.156 279.8)CMYK
cmyk(70%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0B67
2#1C0A5C
3#180950
4#150845
5#110639
6#0E052E
7#0A0422
8#070317
9#03010B
Tints
Lighter variations
1#2D1195
2#3814B8
3#4218DA
4#5830E8
5#7453EC
6#9075F0
7#AC98F4
8#C7BAF7
9#E3DDFB
Tones
Muted variations
1#26126E
2#291769
3#2C1C63
4#2E215E
5#312659
6#342B54
7#37304F
8#3A364A
9#3D3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC3 #CFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA95 #AA95F3 | BordersInactive statesPlaceholder text |
| 400 | 7D5E #7D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5830 #5830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D16 #3D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3112 #3112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230D #230D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1608 #160849 | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FD;
--navy-100: #E5DFFB;
--navy-200: #CFC3F8;
--navy-300: #AA95F3;
--navy-400: #7D5EED;
--navy-500: #5830E8;
--navy-600: #3D16CA;
--navy-700: #3112A1;
--navy-800: #230D73;
--navy-900: #160849;
--navy-950: #0E052E;
}