Navy
#09044E
BlueColor Codes
All color formats for development
HEX
#09044ERGB
rgb(9, 4, 78)HSL
hsl(244, 90%, 16%)OKLCH
oklch(0.205 0.124 270.8)CMYK
cmyk(88%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080446
2#07033E
3#060336
4#05022F
5#040227
6#04021F
7#030117
8#020110
9#010008
Tints
Lighter variations
1#0E0676
2#12089F
3#170BC8
4#1C0DF0
5#4034F4
6#665CF6
7#8D85F9
8#B3AEFB
9#D9D6FD
Tones
Muted variations
1#0C084A
2#0F0B46
3#130F43
4#16133F
5#19163B
6#1C1A37
7#1F1E34
8#222130
9#26252C
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 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6055 #6055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3325 #3325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 190B #190BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1409 #1409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E06 #0E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | 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: #F1F0FE;
--navy-100: #DFDDFD;
--navy-200: #C4C0FC;
--navy-300: #9790F9;
--navy-400: #6055F6;
--navy-500: #3325F4;
--navy-600: #190BD5;
--navy-700: #1409AA;
--navy-800: #0E0679;
--navy-900: #09044E;
--navy-950: #060330;
}