Navy
#0A044E
BlueColor Codes
All color formats for development
HEX
#0A044ERGB
rgb(10, 4, 78)HSL
hsl(245, 90%, 16%)OKLCH
oklch(0.205 0.124 271.5)CMYK
cmyk(87%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090446
2#08033E
3#070336
4#06022F
5#050227
6#04021F
7#030117
8#020110
9#010008
Tints
Lighter variations
1#100676
2#15089F
3#1A0BC8
4#200DF0
5#4434F4
6#695CF6
7#8F85F9
8#B4AEFB
9#DAD6FD
Tones
Muted variations
1#0D084A
2#100B46
3#130F43
4#16133F
5#19163B
6#1D1A37
7#201E34
8#232130
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9890 #9890F9 | BordersInactive statesPlaceholder text |
| 400 | 6355 #6355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3625 #3625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C0B #1C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1609 #1609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1006 #100679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFD;
--navy-200: #C5C0FC;
--navy-300: #9890F9;
--navy-400: #6355F6;
--navy-500: #3625F4;
--navy-600: #1C0BD5;
--navy-700: #1609AA;
--navy-800: #100679;
--navy-900: #0A044E;
--navy-950: #060330;
}