Navy
#0C0E73
BlueColor Codes
All color formats for development
HEX
#0C0E73RGB
rgb(12, 14, 115)HSL
hsl(239, 81%, 25%)OKLCH
oklch(0.27 0.161 268.1)CMYK
cmyk(90%, 88%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0C68
2#0A0B5C
3#080A51
4#070845
5#06073A
6#05062E
7#040423
8#020317
9#01010C
Tints
Lighter variations
1#101296
2#1316B9
3#171ADB
4#2F32E9
5#5255ED
6#7577F0
7#9799F4
8#BABBF8
9#DCDDFB
Tones
Muted variations
1#11136E
2#161869
3#1C1D64
4#21225F
5#26275A
6#2B2C54
7#30314F
8#35364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9596 #9596F4 | BordersInactive statesPlaceholder text |
| 400 | 5D60 #5D60EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F32 #2F32E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1518 #1518CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1113 #1113A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0E #0C0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #08094A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDFFC;
--navy-200: #C3C4F9;
--navy-300: #9596F4;
--navy-400: #5D60EE;
--navy-500: #2F32E9;
--navy-600: #1518CB;
--navy-700: #1113A2;
--navy-800: #0C0E73;
--navy-900: #08094A;
--navy-950: #05062E;
}