Navy
#10044E
BlueColor Codes
All color formats for development
HEX
#10044ERGB
rgb(16, 4, 78)HSL
hsl(250, 90%, 16%)OKLCH
oklch(0.21 0.122 275.9)CMYK
cmyk(79%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0446
2#0D033E
3#0B0336
4#0A022F
5#080227
6#07021F
7#050117
8#030110
9#020008
Tints
Lighter variations
1#190676
2#21089F
3#2A0BC8
4#330DF0
5#5434F4
6#765CF6
7#9885F9
8#BAAEFB
9#DDD6FD
Tones
Muted variations
1#13084A
2#150B46
3#180F43
4#1A133F
5#1D163B
6#1F1A37
7#211E34
8#242130
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A190 #A190F9 | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4725 #4725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D0B #2D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2409 #2409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A06 #1A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E2DDFD;
--navy-200: #CAC0FC;
--navy-300: #A190F9;
--navy-400: #7055F6;
--navy-500: #4725F4;
--navy-600: #2D0BD5;
--navy-700: #2409AA;
--navy-800: #1A0679;
--navy-900: #10044E;
--navy-950: #0A0330;
}