Navy
#0D034F
BlueColor Codes
All color formats for development
HEX
#0D034FRGB
rgb(13, 3, 79)HSL
hsl(248, 93%, 16%)OKLCH
oklch(0.207 0.125 273.5)CMYK
cmyk(84%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0347
2#0A023F
3#090237
4#08022F
5#060127
6#05011F
7#040118
8#030110
9#010008
Tints
Lighter variations
1#140478
2#1B06A1
3#2107CB
4#2809F4
5#4B30F8
6#6F5AF9
7#9383FB
8#B7ACFC
9#DBD6FE
Tones
Muted variations
1#10074B
2#130A47
3#150E43
4#181240
5#1B163C
6#1E1A38
7#201D34
8#232130
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8E #9C8EFB | BordersInactive statesPlaceholder text |
| 400 | 6953 #6953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3E22 #3E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2408 #2408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C06 #1C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1404 #14047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034F | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E1DDFE;
--navy-200: #C7BFFD;
--navy-300: #9C8EFB;
--navy-400: #6953F9;
--navy-500: #3E22F7;
--navy-600: #2408D9;
--navy-700: #1C06AC;
--navy-800: #14047B;
--navy-900: #0D034F;
--navy-950: #080231;
}