Navy
#060F4B
BlueColor Codes
All color formats for development
HEX
#060F4BRGB
rgb(6, 15, 75)HSL
hsl(232, 85%, 16%)OKLCH
oklch(0.216 0.109 267.5)CMYK
cmyk(92%, 80%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060E44
2#050C3C
3#040B35
4#04092D
5#030826
6#02061E
7#020517
8#01030F
9#010208
Tints
Lighter variations
1#091773
2#0D209B
3#1028C2
4#1330EA
5#3951EF
6#6074F2
7#8897F5
8#B0B9F9
9#D7DCFC
Tones
Muted variations
1#0A1248
2#0D1445
3#111741
4#141A3E
5#171C3A
6#1B1F37
7#1E2133
8#222430
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A0 #92A0F6 | BordersInactive statesPlaceholder text |
| 400 | 5A6E #5A6EF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B45 #2B45EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112A #112AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D22 #0D22A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A18 #0A1876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060F #060F4B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE2FC;
--navy-200: #C2C9FA;
--navy-300: #92A0F6;
--navy-400: #5A6EF2;
--navy-500: #2B45EE;
--navy-600: #112AD0;
--navy-700: #0D22A5;
--navy-800: #0A1876;
--navy-900: #060F4B;
--navy-950: #040A2F;
}