Navy
#1B08AA
BlueColor Codes
All color formats for development
HEX
#1B08AARGB
rgb(27, 8, 170)HSL
hsl(247, 91%, 35%)OKLCH
oklch(0.347 0.222 269.5)CMYK
cmyk(84%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180799
2#160688
3#130677
4#100566
5#0D0455
6#0B0344
7#080233
8#050222
9#030111
Tints
Lighter variations
1#200ACA
2#250BEA
3#3A21F5
4#5641F6
5#7261F8
6#8E80F9
7#ABA0FB
8#C7C0FC
9#E3DFFE
Tones
Muted variations
1#2110A2
2#27189A
3#2E2092
4#34298A
5#3A3182
6#40397A
7#474172
8#4D4969
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8F #9B8FFA | BordersInactive statesPlaceholder text |
| 400 | 6755 #6755F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3C24 #3C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 220A #220AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B08 #1B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1306 #13067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C04 #0C044E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E1DDFD;
--navy-200: #C7C0FC;
--navy-300: #9B8FFA;
--navy-400: #6755F7;
--navy-500: #3C24F5;
--navy-600: #220AD6;
--navy-700: #1B08AA;
--navy-800: #13067A;
--navy-900: #0C044E;
--navy-950: #080231;
}