Royal Blue
#2652F2
BlueColor Codes
All color formats for development
HEX
#2652F2RGB
rgb(38, 82, 242)HSL
hsl(227, 89%, 55%)OKLCH
oklch(0.522 0.243 265.7)CMYK
cmyk(84%, 66%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3FEF
2#0C38D4
3#0B31BA
4#092A9F
5#082385
6#061C6A
7#051550
8#030E35
9#02071B
Tints
Lighter variations
1#3C64F4
2#5175F5
3#6786F6
4#7D97F7
5#93A9F9
6#A8BAFA
7#BECBFB
8#D4DCFC
9#E9EEFE
Tones
Muted variations
1#3058E8
2#3B5EDE
3#4564D4
4#4F6ACA
5#596FBF
6#6375B5
7#6E7BAB
8#7881A1
9#828696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A7 #90A7F9 | BordersInactive statesPlaceholder text |
| 400 | 5679 #5679F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2652 #2652F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C38 #0C38D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A2C #0A2CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0720 #072078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE4FD;
--royal-blue-200: #C0CDFB;
--royal-blue-300: #90A7F9;
--royal-blue-400: #5679F5;
--royal-blue-500: #2652F2;
--royal-blue-600: #0C38D4;
--royal-blue-700: #0A2CA9;
--royal-blue-800: #072078;
--royal-blue-900: #04144D;
--royal-blue-950: #030D30;
}