Navy
#0F044D
BlueColor Codes
All color formats for development
HEX
#0F044DRGB
rgb(15, 4, 77)HSL
hsl(249, 90%, 16%)OKLCH
oklch(0.208 0.121 275.4)CMYK
cmyk(81%, 95%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0446
2#0C033E
3#0B0336
4#09022F
5#080227
6#06021F
7#050117
8#030110
9#020008
Tints
Lighter variations
1#170676
2#1F089F
3#270BC8
4#2F0DF0
5#5034F4
6#735CF6
7#9685F9
8#B9AEFB
9#DCD6FD
Tones
Muted variations
1#12084A
2#140B46
3#170F43
4#19133F
5#1C163B
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 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F90 #9F90F9 | BordersInactive statesPlaceholder text |
| 400 | 6E55 #6E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4425 #4425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0B #2A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2109 #2109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1806 #180679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E2DDFD;
--navy-200: #C9C0FC;
--navy-300: #9F90F9;
--navy-400: #6E55F6;
--navy-500: #4425F4;
--navy-600: #2A0BD5;
--navy-700: #2109AA;
--navy-800: #180679;
--navy-900: #0F044E;
--navy-950: #090330;
}