Royal Blue
#1467CC
BlueColor Codes
All color formats for development
HEX
#1467CCRGB
rgb(20, 103, 204)HSL
hsl(213, 82%, 44%)OKLCH
oklch(0.526 0.174 256.9)CMYK
cmyk(90%, 50%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#125DB8
2#1052A3
3#0E488F
4#0C3E7B
5#0A3366
6#082952
7#061F3D
8#041529
9#020A14
Tints
Lighter variations
1#1774E6
2#2F83EA
3#4993ED
4#63A2F0
5#7DB2F2
6#97C1F5
7#B1D1F7
8#CBE0FA
9#E5F0FC
Tones
Muted variations
1#1D68C3
2#2769BA
3#306AB1
4#396BA7
5#426C9E
6#4B6D95
7#556D8C
8#5E6E83
9#676F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DB #C3DBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C0 #94C0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D9E #5D9EEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E83 #2E83EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1467 #1467CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1052 #1052A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3B #0B3B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0725 #07254A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FE;
--royal-blue-100: #DFECFC;
--royal-blue-200: #C3DBF9;
--royal-blue-300: #94C0F4;
--royal-blue-400: #5D9EEF;
--royal-blue-500: #2E83EA;
--royal-blue-600: #1467CC;
--royal-blue-700: #1052A2;
--royal-blue-800: #0B3B74;
--royal-blue-900: #07254A;
--royal-blue-950: #05172E;
}