Navy
#2008AA
BlueColor Codes
All color formats for development
HEX
#2008AARGB
rgb(32, 8, 170)HSL
hsl(249, 91%, 35%)OKLCH
oklch(0.349 0.221 271.1)CMYK
cmyk(81%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0799
2#1A0688
3#170677
4#130566
5#100455
6#0D0344
7#0A0233
8#060222
9#030111
Tints
Lighter variations
1#260ACA
2#2C0BEA
3#4121F5
4#5C41F6
5#7761F8
6#9280F9
7#AEA0FB
8#C9C0FC
9#E4DFFE
Tones
Muted variations
1#2610A2
2#2C189A
3#312092
4#37298A
5#3D3182
6#43397A
7#484172
8#4E4969
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8F #9F8FFA | BordersInactive statesPlaceholder text |
| 400 | 6D55 #6D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4324 #4324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 290A #290AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2008 #2008AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1706 #17067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E2DDFD;
--navy-200: #C9C0FC;
--navy-300: #9F8FFA;
--navy-400: #6D55F7;
--navy-500: #4324F5;
--navy-600: #290AD6;
--navy-700: #2008AA;
--navy-800: #17067A;
--navy-900: #0F044E;
--navy-950: #090231;
}