Royal Blue
#335AE6
BlueColor Codes
All color formats for development
HEX
#335AE6RGB
rgb(51, 90, 230)HSL
hsl(227, 78%, 55%)OKLCH
oklch(0.53 0.216 266.6)CMYK
cmyk(78%, 61%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C46E1
2#193FC8
3#1637AF
4#132F96
5#0F277D
6#0C1F64
7#09174B
8#061032
9#030819
Tints
Lighter variations
1#476AE8
2#5C7BEB
3#708BED
4#849CF0
5#99ACF2
6#ADBDF5
7#C2CDF7
8#D6DEFA
9#EBEEFC
Tones
Muted variations
1#3C5FDD
2#4564D4
3#4E69CB
4#576EC2
5#5F73B9
6#6878B0
7#717DA7
8#7A829E
9#838795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AA #97AAF2 | BordersInactive statesPlaceholder text |
| 400 | 607E #607EEB | Disabled statesSecondary iconsMuted text |
| 500 | 335A #335AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 193F #193FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1432 #14329F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E24 #0E2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE5FB;
--royal-blue-200: #C4CFF8;
--royal-blue-300: #97AAF2;
--royal-blue-400: #607EEB;
--royal-blue-500: #335AE6;
--royal-blue-600: #193FC8;
--royal-blue-700: #14329F;
--royal-blue-800: #0E2471;
--royal-blue-900: #091749;
--royal-blue-950: #060E2D;
}