Royal Blue
#5C72F0
BlueColor Codes
All color formats for development
HEX
#5C72F0RGB
rgb(92, 114, 240)HSL
hsl(231, 83%, 65%)OKLCH
oklch(0.602 0.19 272)CMYK
cmyk(62%, 53%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D58ED
2#1F3DEA
3#1431D4
4#112AB6
5#0E2398
6#0B1C79
7#08155B
8#060E3D
9#03071E
Tints
Lighter variations
1#6C80F1
2#7C8EF3
3#8D9CF4
4#9DAAF6
5#ADB8F7
6#BEC7F9
7#CED5FA
8#DEE3FC
9#EFF1FD
Tones
Muted variations
1#6377E8
2#6A7CE1
3#7281DA
4#7987D2
5#818CCB
6#8891C3
7#9096BC
8#979BB5
9#9EA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CB #C2CBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A2 #94A2F5 | BordersInactive statesPlaceholder text |
| 400 | 5C72 #5C72F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D4A #2D4AEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 132F #132FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F25 #0F25A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B1B #0B1B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE3FC;
--royal-blue-200: #C2CBF9;
--royal-blue-300: #94A2F5;
--royal-blue-400: #5C72F0;
--royal-blue-500: #2D4AEB;
--royal-blue-600: #132FCD;
--royal-blue-700: #0F25A3;
--royal-blue-800: #0B1B75;
--royal-blue-900: #07114B;
--royal-blue-950: #040B2F;
}