Navy
#0F064B
BlueColor Codes
All color formats for development
HEX
#0F064BRGB
rgb(15, 6, 75)HSL
hsl(248, 85%, 16%)OKLCH
oklch(0.208 0.116 275.5)CMYK
cmyk(80%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0644
2#0C053C
3#0B0435
4#09042D
5#080326
6#06021E
7#050217
8#03010F
9#020108
Tints
Lighter variations
1#170973
2#200D9B
3#2810C2
4#3013EA
5#5139EF
6#7460F2
7#9788F5
8#B9B0F9
9#DCD7FC
Tones
Muted variations
1#120A48
2#140D45
3#171141
4#1A143E
5#1C173A
6#1F1B37
7#211E33
8#242230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A092 #A092F6 | BordersInactive statesPlaceholder text |
| 400 | 6E5A #6E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 452B #452BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A11 #2A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220D #220DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F06 #0F064B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E2DEFC;
--navy-200: #C9C2FA;
--navy-300: #A092F6;
--navy-400: #6E5AF2;
--navy-500: #452BEE;
--navy-600: #2A11D0;
--navy-700: #220DA5;
--navy-800: #180A76;
--navy-900: #0F064B;
--navy-950: #0A042F;
}