Navy
#0D044E
BlueColor Codes
All color formats for development
HEX
#0D044ERGB
rgb(13, 4, 78)HSL
hsl(247, 90%, 16%)OKLCH
oklch(0.207 0.123 273.6)CMYK
cmyk(83%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0446
2#0A033E
3#090336
4#08022F
5#060227
6#05021F
7#040117
8#030110
9#010008
Tints
Lighter variations
1#130676
2#1A089F
3#210BC8
4#270DF0
5#4A34F4
6#6E5CF6
7#9285F9
8#B7AEFB
9#DBD6FD
Tones
Muted variations
1#0F084A
2#120B46
3#150F43
4#18133F
5#1B163B
6#1E1A37
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 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C90 #9C90F9 | BordersInactive statesPlaceholder text |
| 400 | 6855 #6855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3D25 #3D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 230B #230BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C09 #1C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1406 #140679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D04 #0D044E | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E1DDFD;
--navy-200: #C7C0FC;
--navy-300: #9C90F9;
--navy-400: #6855F6;
--navy-500: #3D25F4;
--navy-600: #230BD5;
--navy-700: #1C09AA;
--navy-800: #140679;
--navy-900: #0D044E;
--navy-950: #080330;
}