Navy
#0C047B
BlueColor Codes
All color formats for development
HEX
#0C047BRGB
rgb(12, 4, 123)HSL
hsl(244, 94%, 25%)OKLCH
oklch(0.272 0.177 267.9)CMYK
cmyk(90%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B036F
2#090363
3#080357
4#07024A
5#06023E
6#050231
7#040125
8#020119
9#01000C
Tints
Lighter variations
1#0F05A1
2#1306C6
3#1607EB
4#2F20F8
5#5145F9
6#746BFA
7#9790FC
8#BAB5FD
9#DCDAFE
Tones
Muted variations
1#110A76
2#161070
3#1B166A
4#211C64
5#26225E
6#2B2858
7#302E52
8#35344C
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958D #958DFB | BordersInactive statesPlaceholder text |
| 400 | 5D52 #5D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 2F20 #2F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1507 #1507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1105 #1105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #08024F | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDCFE;
--navy-200: #C3BFFD;
--navy-300: #958DFB;
--navy-400: #5D52FA;
--navy-500: #2F20F8;
--navy-600: #1507DA;
--navy-700: #1105AD;
--navy-800: #0C047C;
--navy-900: #08024F;
--navy-950: #050231;
}