Royal Blue
#3C8ADD
BlueColor Codes
All color formats for development
HEX
#3C8ADDRGB
rgb(60, 138, 221)HSL
hsl(211, 70%, 55%)OKLCH
oklch(0.625 0.147 252.5)CMYK
cmyk(73%, 38%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#267BD7
2#226EBF
3#1D60A7
4#19528F
5#154477
6#11375F
7#0D2948
8#081B30
9#040E18
Tints
Lighter variations
1#4F95E0
2#63A1E3
3#76ADE7
4#8AB9EA
5#9DC4EE
6#B1D0F1
7#C4DCF5
8#D8E8F8
9#EBF3FC
Tones
Muted variations
1#448AD5
2#4C8ACD
3#548AC4
4#5C8BBC
5#648BB4
6#6C8BAC
7#748BA4
8#7C8C9C
9#848C94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DD #C7DDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC3 #9BC3ED | BordersInactive statesPlaceholder text |
| 400 | 67A4 #67A4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C8A #3C8ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 226E #226EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B57 #1B5798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 133E #133E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C28 #0C2845 | Primary textHigh emphasis contentDark headings |
| 950 | 0819 #08192B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FD;
--royal-blue-100: #E1EDFA;
--royal-blue-200: #C7DDF5;
--royal-blue-300: #9BC3ED;
--royal-blue-400: #67A4E4;
--royal-blue-500: #3C8ADD;
--royal-blue-600: #226EBF;
--royal-blue-700: #1B5798;
--royal-blue-800: #133E6C;
--royal-blue-900: #0C2845;
--royal-blue-950: #08192B;
}