Navy
#0C034F
BlueColor Codes
All color formats for development
HEX
#0C034FRGB
rgb(12, 3, 79)HSL
hsl(247, 93%, 16%)OKLCH
oklch(0.207 0.126 272.8)CMYK
cmyk(85%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0347
2#09023F
3#080237
4#07022F
5#060127
6#05011F
7#040118
8#020110
9#010008
Tints
Lighter variations
1#120478
2#1806A1
3#1E07CB
4#2409F4
5#4830F8
6#6C5AF9
7#9183FB
8#B6ACFC
9#DAD6FE
Tones
Muted variations
1#0F074B
2#120A47
3#140E43
4#171240
5#1A163C
6#1D1A38
7#201D34
8#232130
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8E #9B8EFB | BordersInactive statesPlaceholder text |
| 400 | 6653 #6653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3A22 #3A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2008 #2008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A06 #1A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C03 #0C034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFE;
--navy-200: #C6BFFD;
--navy-300: #9B8EFB;
--navy-400: #6653F9;
--navy-500: #3A22F7;
--navy-600: #2008D9;
--navy-700: #1A06AC;
--navy-800: #12047B;
--navy-900: #0C034F;
--navy-950: #070231;
}