Royal Blue
#2C73ED
BlueColor Codes
All color formats for development
HEX
#2C73EDRGB
rgb(44, 115, 237)HSL
hsl(218, 84%, 55%)OKLCH
oklch(0.581 0.198 260.6)CMYK
cmyk(81%, 51%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1462E8
2#1257CE
3#104CB5
4#0D419B
5#0B3681
6#092C67
7#07214D
8#041634
9#020B1A
Tints
Lighter variations
1#4181EE
2#568FF0
3#6B9DF2
4#80ABF4
5#95B9F6
6#ABC7F8
7#C0D5F9
8#D5E3FB
9#EAF1FD
Tones
Muted variations
1#3575E3
2#3F78D9
3#497AD0
4#527DC6
5#5C7FBC
6#6682B3
7#6F85A9
8#7987A0
9#838A96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE9 #DEE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D6 #C2D6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B7 #93B7F6 | BordersInactive statesPlaceholder text |
| 400 | 5B92 #5B92F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C73 #2C73ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1257 #1257CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E45 #0E45A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A31 #0A3175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0720 #07204B | Primary textHigh emphasis contentDark headings |
| 950 | 0414 #04142F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DEE9FC;
--royal-blue-200: #C2D6FA;
--royal-blue-300: #93B7F6;
--royal-blue-400: #5B92F1;
--royal-blue-500: #2C73ED;
--royal-blue-600: #1257CE;
--royal-blue-700: #0E45A4;
--royal-blue-800: #0A3175;
--royal-blue-900: #07204B;
--royal-blue-950: #04142F;
}