Navy
#0E034F
BlueColor Codes
All color formats for development
HEX
#0E034FRGB
rgb(14, 3, 79)HSL
hsl(249, 93%, 16%)OKLCH
oklch(0.208 0.125 274.3)CMYK
cmyk(82%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0347
2#0B023F
3#0A0237
4#09022F
5#070127
6#06011F
7#040118
8#030110
9#010008
Tints
Lighter variations
1#160478
2#1D06A1
3#2507CB
4#2C09F4
5#4E30F8
6#725AF9
7#9583FB
8#B8ACFC
9#DCD6FE
Tones
Muted variations
1#11074B
2#140A47
3#160E43
4#191240
5#1C163C
6#1E1A38
7#211D34
8#232130
9#26252D
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;
}