Royal Blue
#6883E3
BlueColor Codes
All color formats for development
HEX
#6883E3RGB
rgb(104, 131, 227)HSL
hsl(227, 69%, 65%)OKLCH
oklch(0.634 0.147 270)CMYK
cmyk(54%, 42%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C6CDE
2#3055D9
3#2447C4
4#1F3DA8
5#1A328C
6#152870
7#0F1E54
8#0A1438
9#050A1C
Tints
Lighter variations
1#778FE6
2#869CE9
3#95A8EC
4#A5B5EE
5#B4C1F1
6#C3CDF4
7#D2DAF7
8#E1E6F9
9#F0F3FC
Tones
Muted variations
1#6E86DD
2#748AD7
3#7B8DD1
4#8191CB
5#8794C5
6#8D98BE
7#939BB8
8#999FB2
9#A0A2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D1 #C7D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAD #9CADED | BordersInactive statesPlaceholder text |
| 400 | 6883 #6883E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D5F #3D5FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2344 #2344BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C36 #1C3697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1427 #14276C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D19 #0D1945 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E1E6F9;
--royal-blue-200: #C7D1F5;
--royal-blue-300: #9CADED;
--royal-blue-400: #6883E3;
--royal-blue-500: #3D5FDB;
--royal-blue-600: #2344BE;
--royal-blue-700: #1C3697;
--royal-blue-800: #14276C;
--royal-blue-900: #0D1945;
--royal-blue-950: #08102B;
}