Navy
#0A0C75
BlueColor Codes
All color formats for development
HEX
#0A0C75RGB
rgb(10, 12, 117)HSL
hsl(239, 84%, 25%)OKLCH
oklch(0.27 0.165 267.4)CMYK
cmyk(91%, 90%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090B6A
2#080A5E
3#070852
4#060746
5#05063B
6#04052F
7#030423
8#020217
9#01010C
Tints
Lighter variations
1#0D1098
2#1013BC
3#1317DF
4#2C2FED
5#4F52F0
6#7274F3
7#9597F6
8#B9BAF9
9#DCDCFC
Tones
Muted variations
1#101170
2#15166B
3#1A1C65
4#202160
5#25265B
6#2A2B55
7#303050
8#35354A
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9395 #9395F6 | BordersInactive statesPlaceholder text |
| 400 | 5B5D #5B5DF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C2F #2C2FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1215 #1215CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E11 #0E11A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0C #0A0C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDFFC;
--navy-200: #C2C3FA;
--navy-300: #9395F6;
--navy-400: #5B5DF1;
--navy-500: #2C2FED;
--navy-600: #1215CE;
--navy-700: #0E11A4;
--navy-800: #0A0C75;
--navy-900: #07084B;
--navy-950: #04052F;
}