Royal Blue
#3386E6
BlueColor Codes
All color formats for development
HEX
#3386E6RGB
rgb(51, 134, 230)HSL
hsl(212, 78%, 55%)OKLCH
oklch(0.619 0.165 254.6)CMYK
cmyk(78%, 42%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C78E1
2#196AC8
3#165DAF
4#135096
5#0F427D
6#0C3564
7#09284B
8#061B32
9#030D19
Tints
Lighter variations
1#4792E8
2#5C9EEB
3#70AAED
4#84B7F0
5#99C3F2
6#ADCFF5
7#C2DBF7
8#D6E7FA
9#EBF3FC
Tones
Muted variations
1#3C87DD
2#4587D4
3#4E88CB
4#5789C2
5#5F89B9
6#688AB0
7#718AA7
8#7A8B9E
9#838C95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C1 #97C1F2 | BordersInactive statesPlaceholder text |
| 400 | 60A1 #60A1EB | Disabled statesSecondary iconsMuted text |
| 500 | 3386 #3386E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196A #196AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1455 #14559F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3C #0E3C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F7FD;
--royal-blue-100: #DFECFB;
--royal-blue-200: #C4DCF8;
--royal-blue-300: #97C1F2;
--royal-blue-400: #60A1EB;
--royal-blue-500: #3386E6;
--royal-blue-600: #196AC8;
--royal-blue-700: #14559F;
--royal-blue-800: #0E3C71;
--royal-blue-900: #092749;
--royal-blue-950: #06182D;
}