Royal Blue
#1E60FA
BlueColor Codes
All color formats for development
HEX
#1E60FARGB
rgb(30, 96, 250)HSL
hsl(222, 96%, 55%)OKLCH
oklch(0.552 0.238 263.2)CMYK
cmyk(88%, 62%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#054EF7
2#0445DC
3#043CC0
4#0334A5
5#032B89
6#02236E
7#021A52
8#011137
9#01091B
Tints
Lighter variations
1#3570FB
2#4B80FB
3#6290FC
4#78A0FC
5#8FB0FD
6#A5BFFD
7#BCCFFE
8#D2DFFE
9#E9EFFF
Tones
Muted variations
1#2965EF
2#3469E4
3#3F6DD9
4#4A72CE
5#5576C3
6#607BB8
7#6B7FAD
8#7683A2
9#818897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED1 #BED1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CAE #8CAEFD | BordersInactive statesPlaceholder text |
| 400 | 5083 #5083FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E60 #1E60FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0445 #0445DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0437 #0437AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0327 #03277D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0219 #021950 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FF;
--royal-blue-100: #DCE6FE;
--royal-blue-200: #BED1FE;
--royal-blue-300: #8CAEFD;
--royal-blue-400: #5083FB;
--royal-blue-500: #1E60FA;
--royal-blue-600: #0445DC;
--royal-blue-700: #0437AF;
--royal-blue-800: #03277D;
--royal-blue-900: #021950;
--royal-blue-950: #011032;
}