Navy
#02277E
BlueColor Codes
All color formats for development
HEX
#02277ERGB
rgb(2, 39, 126)HSL
hsl(222, 97%, 25%)OKLCH
oklch(0.32 0.152 262.8)CMYK
cmyk(98%, 69%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#022371
2#021F64
3#011B58
4#01174B
5#01143F
6#011032
7#010C26
8#000819
9#00040D
Tints
Lighter variations
1#0233A3
2#033EC9
3#044AEF
4#1D60FC
5#437AFC
6#6895FD
7#8EAFFD
8#B4CAFE
9#D9E4FE
Tones
Muted variations
1#082977
2#0E2C71
3#142E6B
4#1B3165
5#21335F
6#273658
7#2D3852
8#333B4C
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED1 #BED1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAE #8BAEFD | BordersInactive statesPlaceholder text |
| 400 | 4F83 #4F83FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D60 #1D60FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0345 #0345DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0337 #0337B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0227 #02277E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0119 #011950 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE6FE;
--navy-200: #BED1FE;
--navy-300: #8BAEFD;
--navy-400: #4F83FC;
--navy-500: #1D60FC;
--navy-600: #0345DD;
--navy-700: #0337B0;
--navy-800: #02277E;
--navy-900: #011950;
--navy-950: #011032;
}