Royal Blue
#3C69DD
BlueColor Codes
All color formats for development
HEX
#3C69DDRGB
rgb(60, 105, 221)HSL
hsl(223, 70%, 55%)OKLCH
oklch(0.555 0.184 264.9)CMYK
cmyk(73%, 52%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2658D7
2#224EBF
3#1D44A7
4#193B8F
5#153177
6#11275F
7#0D1D48
8#081430
9#040A18
Tints
Lighter variations
1#4F78E0
2#6387E3
3#7696E7
4#8AA5EA
5#9DB4EE
6#B1C3F1
7#C4D2F5
8#D8E1F8
9#EBF0FC
Tones
Muted variations
1#446DD5
2#4C70CD
3#5474C4
4#5C77BC
5#647BB4
6#6C7EAC
7#7482A4
8#7C859C
9#848994
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D4 #C7D4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB3 #9BB3ED | BordersInactive statesPlaceholder text |
| 400 | 678B #678BE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C69 #3C69DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 224E #224EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B3E #1B3E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 132C #132C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1C #0C1C45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E1E8FA;
--royal-blue-200: #C7D4F5;
--royal-blue-300: #9BB3ED;
--royal-blue-400: #678BE4;
--royal-blue-500: #3C69DD;
--royal-blue-600: #224EBF;
--royal-blue-700: #1B3E98;
--royal-blue-800: #132C6C;
--royal-blue-900: #0C1C45;
--royal-blue-950: #08122B;
}