Royal Blue
#3383E6
BlueColor Codes
All color formats for development
HEX
#3383E6RGB
rgb(51, 131, 230)HSL
hsl(213, 78%, 55%)OKLCH
oklch(0.612 0.169 255.8)CMYK
cmyk(78%, 43%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C74E1
2#1967C8
3#165BAF
4#134E96
5#0F417D
6#0C3464
7#09274B
8#061A32
9#030D19
Tints
Lighter variations
1#4790E8
2#5C9CEB
3#70A8ED
4#84B5F0
5#99C1F2
6#ADCEF5
7#C2DAF7
8#D6E6FA
9#EBF3FC
Tones
Muted variations
1#3C84DD
2#4585D4
3#4E86CB
4#5787C2
5#5F88B9
6#6889B0
7#718AA7
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 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C0 #97C0F2 | BordersInactive statesPlaceholder text |
| 400 | 609F #609FEB | Disabled statesSecondary iconsMuted text |
| 500 | 3383 #3383E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1967 #1967C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1452 #14529F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3B #0E3B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | 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: #C4DBF8;
--royal-blue-300: #97C0F2;
--royal-blue-400: #609FEB;
--royal-blue-500: #3383E6;
--royal-blue-600: #1967C8;
--royal-blue-700: #14529F;
--royal-blue-800: #0E3B71;
--royal-blue-900: #092649;
--royal-blue-950: #06182D;
}