Navy
#0F074B
BlueColor Codes
All color formats for development
HEX
#0F074BRGB
rgb(15, 7, 75)HSL
hsl(247, 83%, 16%)OKLCH
oklch(0.209 0.115 275.3)CMYK
cmyk(80%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0643
2#0C063C
3#0A0534
4#09042D
5#070325
6#06031E
7#040216
8#03010F
9#010107
Tints
Lighter variations
1#170B72
2#1E0E99
3#2612C0
4#2E16E7
5#503BED
6#7362F0
7#9689F4
8#B9B1F8
9#DCD8FB
Tones
Muted variations
1#110A47
2#140E44
3#171141
4#19143D
5#1C183A
6#1E1B36
7#211F33
8#242230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F94 #9F94F5 | BordersInactive statesPlaceholder text |
| 400 | 6D5C #6D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 432D #432DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2913 #2913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200F #200FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170B #170B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E2DEFC;
--navy-200: #C9C2F9;
--navy-300: #9F94F5;
--navy-400: #6D5CF0;
--navy-500: #432DEB;
--navy-600: #2913CD;
--navy-700: #200FA3;
--navy-800: #170B75;
--navy-900: #0F074B;
--navy-950: #09042F;
}