Navy
#0F0FA3
BlueColor Codes
All color formats for development
HEX
#0F0FA3RGB
rgb(15, 15, 163)HSL
hsl(240, 83%, 35%)OKLCH
oklch(0.337 0.215 266.8)CMYK
cmyk(91%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0E93
2#0C0C83
3#0B0B72
4#090962
5#080852
6#060641
7#050531
8#030321
9#020210
Tints
Lighter variations
1#1212C2
2#1515E0
3#2B2BEB
4#4949EE
5#6767F1
6#8686F4
7#A4A4F7
8#C2C2F9
9#E1E1FC
Tones
Muted variations
1#17179C
2#1E1E95
3#25258D
4#2D2D86
5#34347E
6#3C3C77
7#43436F
8#4A4A68
9#525261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C2 #C2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9494 #9494F5 | BordersInactive statesPlaceholder text |
| 400 | 5C5C #5C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D2D #2D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1313 #1313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F0F #0F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0B #0B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFC;
--navy-200: #C2C2F9;
--navy-300: #9494F5;
--navy-400: #5C5CF0;
--navy-500: #2D2DEB;
--navy-600: #1313CD;
--navy-700: #0F0FA3;
--navy-800: #0B0B75;
--navy-900: #07074B;
--navy-950: #04042F;
}