Navy
#21067A
BlueColor Codes
All color formats for development
HEX
#21067ARGB
rgb(33, 6, 122)HSL
hsl(254, 91%, 25%)OKLCH
oklch(0.286 0.169 277.7)CMYK
cmyk(73%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E056E
2#1A0561
3#170455
4#140349
5#10033D
6#0D0231
7#0A0225
8#070118
9#03010C
Tints
Lighter variations
1#2B079E
2#3409C3
3#3E0BE7
4#5524F5
5#7148F6
6#8D6DF8
7#AA91FA
8#C6B6FC
9#E3DAFD
Tones
Muted variations
1#240C74
2#27116E
3#2A1768
4#2D1D63
5#30235D
6#332957
7#362E51
8#3A344B
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A88F #A88FFA | BordersInactive statesPlaceholder text |
| 400 | 7A55 #7A55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5524 #5524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A0A #3A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E08 #2E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2106 #21067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044E | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FE;
--navy-100: #E4DDFD;
--navy-200: #CEC0FC;
--navy-300: #A88FFA;
--navy-400: #7A55F7;
--navy-500: #5524F5;
--navy-600: #3A0AD6;
--navy-700: #2E08AA;
--navy-800: #21067A;
--navy-900: #15044E;
--navy-950: #0D0231;
}