Royal Blue
#6B7BE1
BlueColor Codes
All color formats for development
HEX
#6B7BE1RGB
rgb(107, 123, 225)HSL
hsl(232, 66%, 65%)OKLCH
oklch(0.619 0.154 274.3)CMYK
cmyk(52%, 45%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F62DB
2#3449D5
3#273CC1
4#2233A5
5#1C2B8A
6#17226E
7#111A53
8#0B1137
9#06091C
Tints
Lighter variations
1#7A88E4
2#8895E7
3#97A2EA
4#A6B0ED
5#B5BDF0
6#C4CAF3
7#D3D7F6
8#E1E5F9
9#F0F2FC
Tones
Muted variations
1#717FDB
2#7783D5
3#7D88CF
4#828CC9
5#8890C3
6#8E94BD
7#9499B7
8#9A9DB2
9#A0A1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CE #C8CEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA8 #9EA8EB | BordersInactive statesPlaceholder text |
| 400 | 6B7B #6B7BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4155 #4155D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 263A #263ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E2E #1E2E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1621 #16216A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E15 #0E1544 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FC;
--royal-blue-100: #E1E5F9;
--royal-blue-200: #C8CEF4;
--royal-blue-300: #9EA8EB;
--royal-blue-400: #6B7BE1;
--royal-blue-500: #4155D8;
--royal-blue-600: #263ABA;
--royal-blue-700: #1E2E94;
--royal-blue-800: #16216A;
--royal-blue-900: #0E1544;
--royal-blue-950: #090D2A;
}