Navy
#020C7E
BlueColor Codes
All color formats for development
HEX
#020C7ERGB
rgb(2, 12, 126)HSL
hsl(235, 97%, 25%)OKLCH
oklch(0.28 0.178 264.8)CMYK
cmyk(98%, 90%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020B71
2#020A64
3#010958
4#01074B
5#01063F
6#010532
7#010426
8#000219
9#00010D
Tints
Lighter variations
1#0210A3
2#0314C9
3#0417EF
4#1D2FFC
5#4352FC
6#6875FD
7#8E97FD
8#B4BAFE
9#D9DCFE
Tones
Muted variations
1#081177
2#0E1771
3#141C6B
4#1B2165
5#21265F
6#272B58
7#2D3052
8#33354C
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B95 #8B95FD | BordersInactive statesPlaceholder text |
| 400 | 4F5E #4F5EFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D2F #1D2FFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0316 #0316DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0311 #0311B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020C #020C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0108 #010850 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DCDFFE;
--navy-200: #BEC3FE;
--navy-300: #8B95FD;
--navy-400: #4F5EFC;
--navy-500: #1D2FFC;
--navy-600: #0316DD;
--navy-700: #0311B0;
--navy-800: #020C7E;
--navy-900: #010850;
--navy-950: #010532;
}