Royal Blue
#3C92DD
BlueColor Codes
All color formats for development
HEX
#3C92DDRGB
rgb(60, 146, 221)HSL
hsl(208, 70%, 55%)OKLCH
oklch(0.643 0.139 248.3)CMYK
cmyk(73%, 34%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2684D7
2#2275BF
3#1D67A7
4#19588F
5#154977
6#113B5F
7#0D2C48
8#081D30
9#040F18
Tints
Lighter variations
1#4F9DE0
2#63A7E3
3#76B2E7
4#8ABDEA
5#9DC8EE
6#B1D3F1
7#C4DEF5
8#D8E9F8
9#EBF4FC
Tones
Muted variations
1#4491D5
2#4C91CD
3#5490C4
4#5C8FBC
5#648FB4
6#6C8EAC
7#748EA4
8#7C8D9C
9#848D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC7 #9BC7ED | BordersInactive statesPlaceholder text |
| 400 | 67AA #67AAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C92 #3C92DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2275 #2275BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5D #1B5D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1343 #13436C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2B #0C2B45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F8FD;
--royal-blue-100: #E1EEFA;
--royal-blue-200: #C7DFF5;
--royal-blue-300: #9BC7ED;
--royal-blue-400: #67AAE4;
--royal-blue-500: #3C92DD;
--royal-blue-600: #2275BF;
--royal-blue-700: #1B5D98;
--royal-blue-800: #13436C;
--royal-blue-900: #0C2B45;
--royal-blue-950: #081B2B;
}