Royal Blue
#1667CA
BlueColor Codes
All color formats for development
HEX
#1667CARGB
rgb(22, 103, 202)HSL
hsl(213, 80%, 44%)OKLCH
oklch(0.525 0.171 256.8)CMYK
cmyk(89%, 49%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145DB6
2#1253A2
3#10488D
4#0D3E79
5#0B3465
6#092951
7#071F3D
8#041528
9#020A14
Tints
Lighter variations
1#1974E4
2#3184E8
3#4B93EB
4#65A2EE
5#7EB2F1
6#98C1F4
7#B2D1F6
8#CCE0F9
9#E5F0FC
Tones
Muted variations
1#1F68C1
2#2869B8
3#316AAF
4#3A6BA6
5#436C9D
6#4C6D94
7#556E8B
8#5E6E82
9#676F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DB #C3DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C0 #95C0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E9F #5E9FED | Disabled statesSecondary iconsMuted text |
| 500 | 3083 #3083E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1667 #1667CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1252 #1252A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3B #0D3B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0826 #082649 | 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: #F1F7FD;
--royal-blue-100: #DFECFB;
--royal-blue-200: #C3DBF8;
--royal-blue-300: #95C0F3;
--royal-blue-400: #5E9FED;
--royal-blue-500: #3083E8;
--royal-blue-600: #1667CA;
--royal-blue-700: #1252A1;
--royal-blue-800: #0D3B73;
--royal-blue-900: #082649;
--royal-blue-950: #05172E;
}