Royal Blue
#688DE3
BlueColor Codes
All color formats for development
HEX
#688DE3RGB
rgb(104, 141, 227)HSL
hsl(222, 69%, 65%)OKLCH
oklch(0.654 0.135 265.3)CMYK
cmyk(54%, 38%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C78DE
2#3063D9
3#2454C4
4#1F48A8
5#1A3C8C
6#153070
7#0F2454
8#0A1838
9#050C1C
Tints
Lighter variations
1#7799E6
2#86A4E9
3#95AFEC
4#A5BBEE
5#B4C6F1
6#C3D1F4
7#D2DDF7
8#E1E8F9
9#F0F4FC
Tones
Muted variations
1#6E90DD
2#7492D7
3#7B95D1
4#8197CB
5#8799C5
6#8D9CBE
7#939EB8
8#99A1B2
9#A0A3AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D5 #C7D5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB4 #9CB4ED | BordersInactive statesPlaceholder text |
| 400 | 688D #688DE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D6D #3D6DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2351 #2351BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C41 #1C4197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142E #142E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1E #0D1E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E1E8F9;
--royal-blue-200: #C7D5F5;
--royal-blue-300: #9CB4ED;
--royal-blue-400: #688DE3;
--royal-blue-500: #3D6DDB;
--royal-blue-600: #2351BE;
--royal-blue-700: #1C4197;
--royal-blue-800: #142E6C;
--royal-blue-900: #0D1E45;
--royal-blue-950: #08122B;
}