Navy
#1C0B75
BlueColor Codes
All color formats for development
HEX
#1C0B75RGB
rgb(28, 11, 117)HSL
hsl(250, 83%, 25%)OKLCH
oklch(0.279 0.161 275.4)CMYK
cmyk(76%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0A69
2#17095D
3#140852
4#110746
5#0E053A
6#0B042F
7#090323
8#060217
9#03010C
Tints
Lighter variations
1#250E98
2#2E11BB
3#3615DE
4#4D2DEB
5#6A50EF
6#8873F2
7#A696F5
8#C4B9F8
9#E1DCFC
Tones
Muted variations
1#20106F
2#24156A
3#271B65
4#2B205F
5#2E255A
6#322B55
7#353050
8#39354A
9#3C3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A494 #A494F5 | BordersInactive statesPlaceholder text |
| 400 | 745C #745CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 4D2D #4D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3213 #3213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280F #280FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0B #1C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1207 #12074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E3DEFC;
--navy-200: #CCC2F9;
--navy-300: #A494F5;
--navy-400: #745CF0;
--navy-500: #4D2DEB;
--navy-600: #3213CD;
--navy-700: #280FA3;
--navy-800: #1C0B75;
--navy-900: #12074B;
--navy-950: #0B042F;
}