Navy
#0F1970
BlueColor Codes
All color formats for development
HEX
#0F1970RGB
rgb(15, 25, 112)HSL
hsl(234, 76%, 25%)OKLCH
oklch(0.283 0.146 268.3)CMYK
cmyk(87%, 78%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1665
2#0C145A
3#0B114F
4#090F43
5#080C38
6#060A2D
7#050722
8#030516
9#02020B
Tints
Lighter variations
1#142092
2#1828B4
3#1D2FD5
4#3546E3
5#5765E8
6#7884ED
7#9AA3F1
8#BCC1F6
9#DDE0FA
Tones
Muted variations
1#141D6B
2#192167
3#1E2562
4#23285D
5#282C58
6#2C3053
7#31344E
8#363849
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CA #C5CAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A1 #98A1F1 | BordersInactive statesPlaceholder text |
| 400 | 626F #626FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3546 #3546E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2C #1B2CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1523 #15239D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F19 #0F1970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A10 #0A1048 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E2FB;
--navy-200: #C5CAF7;
--navy-300: #98A1F1;
--navy-400: #626FEA;
--navy-500: #3546E3;
--navy-600: #1B2CC5;
--navy-700: #15239D;
--navy-800: #0F1970;
--navy-900: #0A1048;
--navy-950: #060A2D;
}