Navy
#0A2975
BlueColor Codes
All color formats for development
HEX
#0A2975RGB
rgb(10, 41, 117)HSL
hsl(223, 84%, 25%)OKLCH
oklch(0.316 0.135 263.6)CMYK
cmyk(91%, 65%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09246A
2#08205E
3#071C52
4#061846
5#05143B
6#04102F
7#030C23
8#020817
9#01040C
Tints
Lighter variations
1#0D3598
2#1041BC
3#134DDF
4#2C62ED
5#4F7DF0
6#7297F3
7#95B1F6
8#B9CBF9
9#DCE5FC
Tones
Muted variations
1#102B70
2#152D6B
3#1A3065
4#203260
5#25345B
6#2A3655
7#303950
8#353B4A
9#3A3D45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D2 #C2D2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93AF #93AFF6 | BordersInactive statesPlaceholder text |
| 400 | 5B85 #5B85F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C62 #2C62ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1247 #1247CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E39 #0E39A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A29 #0A2975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071A #071A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0410 #04102F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE7FC;
--navy-200: #C2D2FA;
--navy-300: #93AFF6;
--navy-400: #5B85F1;
--navy-500: #2C62ED;
--navy-600: #1247CE;
--navy-700: #0E39A4;
--navy-800: #0A2975;
--navy-900: #071A4B;
--navy-950: #04102F;
}