Navy
#020F4F
BlueColor Codes
All color formats for development
HEX
#020F4FRGB
rgb(2, 15, 79)HSL
hsl(230, 95%, 16%)OKLCH
oklch(0.219 0.117 264.9)CMYK
cmyk(97%, 81%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#020D48
2#020C40
3#010A38
4#010930
5#010728
6#010620
7#010418
8#000310
9#000108
Tints
Lighter variations
1#031779
2#041FA3
3#0527CD
4#062EF7
5#2E50FA
6#5873FB
7#8296FC
8#ABB9FD
9#D5DCFE
Tones
Muted variations
1#06124C
2#0A1448
3#0E1744
4#121940
5#151C3C
6#191E38
7#1D2134
8#212431
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC9 #BEC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9F #8D9FFC | BordersInactive statesPlaceholder text |
| 400 | 516D #516DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F44 #1F44F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0629 #0629DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0421 #0421AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0317 #03177C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0109 #010932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE2FE;
--navy-200: #BEC9FD;
--navy-300: #8D9FFC;
--navy-400: #516DFB;
--navy-500: #1F44F9;
--navy-600: #0629DB;
--navy-700: #0421AE;
--navy-800: #03177C;
--navy-900: #020F50;
--navy-950: #010932;
}