Royal Blue
#335DE6
BlueColor Codes
All color formats for development
HEX
#335DE6RGB
rgb(51, 93, 230)HSL
hsl(226, 78%, 55%)OKLCH
oklch(0.535 0.213 266.1)CMYK
cmyk(78%, 60%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4AE1
2#1942C8
3#1639AF
4#133196
5#0F297D
6#0C2164
7#09194B
8#061032
9#030819
Tints
Lighter variations
1#476DE8
2#5C7DEB
3#708DED
4#849EF0
5#99AEF2
6#ADBEF5
7#C2CEF7
8#D6DFFA
9#EBEFFC
Tones
Muted variations
1#3C61DD
2#4566D4
3#4E6BCB
4#5770C2
5#5F74B9
6#6879B0
7#717EA7
8#7A839E
9#838795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AC #97ACF2 | BordersInactive statesPlaceholder text |
| 400 | 6081 #6081EB | Disabled statesSecondary iconsMuted text |
| 500 | 335D #335DE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1942 #1942C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1434 #14349F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E25 #0E2571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE6FB;
--royal-blue-200: #C4D0F8;
--royal-blue-300: #97ACF2;
--royal-blue-400: #6081EB;
--royal-blue-500: #335DE6;
--royal-blue-600: #1942C8;
--royal-blue-700: #14349F;
--royal-blue-800: #0E2571;
--royal-blue-900: #091849;
--royal-blue-950: #060F2D;
}