Navy
#1207AB
BlueColor Codes
All color formats for development
HEX
#1207ABRGB
rgb(18, 7, 171)HSL
hsl(244, 92%, 35%)OKLCH
oklch(0.344 0.226 267.2)CMYK
cmyk(89%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10069A
2#0E0689
3#0D0578
4#0B0467
5#090456
6#070345
7#050233
8#040122
9#020111
Tints
Lighter variations
1#1508CB
2#190AEB
3#2E20F6
4#4C40F7
5#6A60F8
6#8880FA
7#A6A0FB
8#C3BFFC
9#E1DFFE
Tones
Muted variations
1#190FA3
2#20189B
3#272093
4#2F288B
5#363082
6#3D387A
7#444172
8#4B496A
9#525161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968E #968EFA | BordersInactive statesPlaceholder text |
| 400 | 5F54 #5F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3123 #3123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1709 #1709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1207 #1207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D05 #0D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFE;
--navy-200: #C3BFFC;
--navy-300: #968EFA;
--navy-400: #5F54F8;
--navy-500: #3123F6;
--navy-600: #1709D7;
--navy-700: #1207AB;
--navy-800: #0D057A;
--navy-900: #08034E;
--navy-950: #050231;
}