Royal Blue
#3C8FDD
BlueColor Codes
All color formats for development
HEX
#3C8FDDRGB
rgb(60, 143, 221)HSL
hsl(209, 70%, 55%)OKLCH
oklch(0.636 0.142 249.9)CMYK
cmyk(73%, 35%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2681D7
2#2273BF
3#1D64A7
4#19568F
5#154877
6#11395F
7#0D2B48
8#081D30
9#040E18
Tints
Lighter variations
1#4F9AE0
2#63A5E3
3#76B1E7
4#8ABCEA
5#9DC7EE
6#B1D2F1
7#C4DDF5
8#D8E9F8
9#EBF4FC
Tones
Muted variations
1#448FD5
2#4C8ECD
3#548EC4
4#5C8EBC
5#648EB4
6#6C8DAC
7#748DA4
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 | 9BC6 #9BC6ED | BordersInactive statesPlaceholder text |
| 400 | 67A8 #67A8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C8F #3C8FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2273 #2273BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5B #1B5B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1341 #13416C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2A #0C2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | 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: #9BC6ED;
--royal-blue-400: #67A8E4;
--royal-blue-500: #3C8FDD;
--royal-blue-600: #2273BF;
--royal-blue-700: #1B5B98;
--royal-blue-800: #13416C;
--royal-blue-900: #0C2A45;
--royal-blue-950: #081A2B;
}