Navy
#1F06AC
BlueColor Codes
All color formats for development
HEX
#1F06ACRGB
rgb(31, 6, 172)HSL
hsl(249, 93%, 35%)OKLCH
oklch(0.351 0.224 270.6)CMYK
cmyk(82%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C069B
2#19058A
3#160479
4#130467
5#100356
6#0C0245
7#090234
8#060122
9#030111
Tints
Lighter variations
1#2507CC
2#2B09EC
3#3F1FF7
4#5B3FF8
5#765FF9
6#927FFA
7#AD9FFC
8#C8BFFD
9#E4DFFE
Tones
Muted variations
1#250FA4
2#2B179C
3#311F93
4#36278B
5#3C3083
6#42387A
7#484072
8#4E496A
9#535162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8BF #C8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E8E #9E8EFB | BordersInactive statesPlaceholder text |
| 400 | 6C53 #6C53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4222 #4222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2708 #2708D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F06 #1F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1604 #16047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E03 #0E034F | 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: #E2DDFE;
--navy-200: #C8BFFD;
--navy-300: #9E8EFB;
--navy-400: #6C53F9;
--navy-500: #4222F7;
--navy-600: #2708D9;
--navy-700: #1F06AC;
--navy-800: #16047B;
--navy-900: #0E034F;
--navy-950: #090231;
}