Navy
#12044E
BlueColor Codes
All color formats for development
HEX
#12044ERGB
rgb(18, 4, 78)HSL
hsl(251, 90%, 16%)OKLCH
oklch(0.212 0.121 277.6)CMYK
cmyk(77%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100446
2#0E033E
3#0C0336
4#0B022F
5#090227
6#07021F
7#050117
8#040110
9#020008
Tints
Lighter variations
1#1B0676
2#24089F
3#2D0BC8
4#360DF0
5#5734F4
6#785CF6
7#9A85F9
8#BCAEFB
9#DDD6FD
Tones
Muted variations
1#14084A
2#160B46
3#190F43
4#1B133F
5#1D163B
6#1F1A37
7#221E34
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 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC0 #CBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A390 #A390F9 | BordersInactive statesPlaceholder text |
| 400 | 7355 #7355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4B25 #4B25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300B #300BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2609 #2609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1204 #12044E | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E3DDFD;
--navy-200: #CBC0FC;
--navy-300: #A390F9;
--navy-400: #7355F6;
--navy-500: #4B25F4;
--navy-600: #300BD5;
--navy-700: #2609AA;
--navy-800: #1B0679;
--navy-900: #12044E;
--navy-950: #0B0330;
}