Royal Blue
#3345E6
BlueColor Codes
All color formats for development
HEX
#3345E6RGB
rgb(51, 69, 230)HSL
hsl(234, 78%, 55%)OKLCH
oklch(0.494 0.239 269.5)CMYK
cmyk(78%, 70%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2FE1
2#192AC8
3#1625AF
4#132096
5#0F1A7D
6#0C1564
7#09104B
8#060B32
9#030519
Tints
Lighter variations
1#4757E8
2#5C6AEB
3#707DED
4#848FF0
5#99A2F2
6#ADB4F5
7#C2C7F7
8#D6DAFA
9#EBECFC
Tones
Muted variations
1#3C4CDD
2#4553D4
3#4E5ACB
4#5761C2
5#5F68B9
6#6870B0
7#7177A7
8#7A7E9E
9#838595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A0 #97A0F2 | BordersInactive statesPlaceholder text |
| 400 | 606E #606EEB | Disabled statesSecondary iconsMuted text |
| 500 | 3345 #3345E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192A #192AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1422 #14229F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E18 #0E1871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C4C9F8;
--royal-blue-300: #97A0F2;
--royal-blue-400: #606EEB;
--royal-blue-500: #3345E6;
--royal-blue-600: #192AC8;
--royal-blue-700: #14229F;
--royal-blue-800: #0E1871;
--royal-blue-900: #090F49;
--royal-blue-950: #060A2D;
}