Royal Blue
#3380E6
BlueColor Codes
All color formats for development
HEX
#3380E6RGB
rgb(51, 128, 230)HSL
hsl(214, 78%, 55%)OKLCH
oklch(0.606 0.172 256.9)CMYK
cmyk(78%, 44%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C71E1
2#1965C8
3#1658AF
4#134B96
5#0F3F7D
6#0C3264
7#09264B
8#061932
9#030D19
Tints
Lighter variations
1#478DE8
2#5C9AEB
3#70A6ED
4#84B3F0
5#99C0F2
6#ADCCF5
7#C2D9F7
8#D6E6FA
9#EBF2FC
Tones
Muted variations
1#3C82DD
2#4583D4
3#4E84CB
4#5785C2
5#5F86B9
6#6887B0
7#7189A7
8#7A8A9E
9#838B95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BE #97BEF2 | BordersInactive statesPlaceholder text |
| 400 | 609C #609CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3380 #3380E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1965 #1965C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1450 #14509F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E39 #0E3971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0925 #092549 | Primary textHigh emphasis contentDark headings |
| 950 | 0617 #06172D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFEBFB;
--royal-blue-200: #C4DAF8;
--royal-blue-300: #97BEF2;
--royal-blue-400: #609CEB;
--royal-blue-500: #3380E6;
--royal-blue-600: #1965C8;
--royal-blue-700: #14509F;
--royal-blue-800: #0E3971;
--royal-blue-900: #092549;
--royal-blue-950: #06172D;
}