Navy
#10074A
BlueColor Codes
All color formats for development
HEX
#10074ARGB
rgb(16, 7, 74)HSL
hsl(248, 83%, 16%)OKLCH
oklch(0.209 0.114 276.4)CMYK
cmyk(78%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0643
2#0D063C
3#0B0534
4#0A042D
5#080325
6#06031E
7#050216
8#03010F
9#020107
Tints
Lighter variations
1#180B72
2#210E99
3#2912C0
4#3116E7
5#533BED
6#7562F0
7#9889F4
8#BAB1F8
9#DDD8FB
Tones
Muted variations
1#120A47
2#150E44
3#171141
4#1A143D
5#1C183A
6#1F1B36
7#211F33
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 | CAC2 #CAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A194 #A194F5 | BordersInactive statesPlaceholder text |
| 400 | 6F5C #6F5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 462D #462DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C13 #2C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230F #230FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190B #190B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1007 #10074B | 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: #CAC2F9;
--navy-300: #A194F5;
--navy-400: #6F5CF0;
--navy-500: #462DEB;
--navy-600: #2C13CD;
--navy-700: #230FA3;
--navy-800: #190B75;
--navy-900: #10074B;
--navy-950: #0A042F;
}