Royal Blue
#6787E4
BlueColor Codes
All color formats for development
HEX
#6787E4RGB
rgb(103, 135, 228)HSL
hsl(225, 70%, 65%)OKLCH
oklch(0.642 0.144 267.9)CMYK
cmyk(55%, 41%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B70DF
2#2F5ADA
3#234BC5
4#1E41A9
5#19368D
6#142B71
7#0F2055
8#0A1638
9#050B1C
Tints
Lighter variations
1#7693E7
2#869FEA
3#95ABEC
4#A4B7EF
5#B3C3F2
6#C2CFF4
7#D1DBF7
8#E1E7FA
9#F0F3FC
Tones
Muted variations
1#6E8ADE
2#748DD8
3#7A90D1
4#8093CB
5#8796C5
6#8D99BF
7#939CB8
8#99A0B2
9#A0A3AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB0 #9BB0ED | BordersInactive statesPlaceholder text |
| 400 | 6787 #6787E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C64 #3C64DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2249 #2249BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B3A #1B3A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1329 #13296C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1B #0C1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E1E7FA;
--royal-blue-200: #C7D2F5;
--royal-blue-300: #9BB0ED;
--royal-blue-400: #6787E4;
--royal-blue-500: #3C64DD;
--royal-blue-600: #2249BF;
--royal-blue-700: #1B3A98;
--royal-blue-800: #13296C;
--royal-blue-900: #0C1B45;
--royal-blue-950: #08112B;
}