Navy
#0D067A
BlueColor Codes
All color formats for development
HEX
#0D067ARGB
rgb(13, 6, 122)HSL
hsl(244, 91%, 25%)OKLCH
oklch(0.273 0.174 268.2)CMYK
cmyk(89%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C056E
2#0B0561
3#090455
4#080349
5#07033D
6#050231
7#040225
8#030118
9#01010C
Tints
Lighter variations
1#12079E
2#1609C3
3#1A0BE7
4#3224F5
5#5448F6
6#766DF8
7#9891FA
8#BBB6FC
9#DDDAFD
Tones
Muted variations
1#130C74
2#18116E
3#1D1768
4#221D63
5#27235D
6#2C2957
7#312E51
8#36344B
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968F #968FFA | BordersInactive statesPlaceholder text |
| 400 | 5F55 #5F55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3224 #3224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 180A #180AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1308 #1308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D06 #0D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | 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: #F1F0FE;
--navy-100: #DFDDFD;
--navy-200: #C4C0FC;
--navy-300: #968FFA;
--navy-400: #5F55F7;
--navy-500: #3224F5;
--navy-600: #180AD6;
--navy-700: #1308AA;
--navy-800: #0D067A;
--navy-900: #09044E;
--navy-950: #050231;
}