Royal Blue
#3C94DD
BlueColor Codes
All color formats for development
HEX
#3C94DDRGB
rgb(60, 148, 221)HSL
hsl(207, 70%, 55%)OKLCH
oklch(0.647 0.138 247.2)CMYK
cmyk(73%, 33%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2687D7
2#2278BF
3#1D69A7
4#195A8F
5#154B77
6#113C5F
7#0D2D48
8#081E30
9#040F18
Tints
Lighter variations
1#4F9FE0
2#63AAE3
3#76B4E7
4#8ABFEA
5#9DCAEE
6#B1D4F1
7#C4DFF5
8#D8EAF8
9#EBF4FC
Tones
Muted variations
1#4493D5
2#4C93CD
3#5492C4
4#5C91BC
5#6490B4
6#6C8FAC
7#748FA4
8#7C8E9C
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 | C7E0 #C7E0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC8 #9BC8ED | BordersInactive statesPlaceholder text |
| 400 | 67AC #67ACE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C94 #3C94DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2278 #2278BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5F #1B5F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1344 #13446C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2C #0C2C45 | 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: #C7E0F5;
--royal-blue-300: #9BC8ED;
--royal-blue-400: #67ACE4;
--royal-blue-500: #3C94DD;
--royal-blue-600: #2278BF;
--royal-blue-700: #1B5F98;
--royal-blue-800: #13446C;
--royal-blue-900: #0C2C45;
--royal-blue-950: #081B2B;
}