Royal Blue
#2C35ED
BlueColor Codes
All color formats for development
HEX
#2C35EDRGB
rgb(44, 53, 237)HSL
hsl(237, 84%, 55%)OKLCH
oklch(0.477 0.263 269)CMYK
cmyk(81%, 78%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141FE8
2#121BCE
3#1018B5
4#0D159B
5#0B1181
6#090E67
7#070A4D
8#040734
9#02031A
Tints
Lighter variations
1#414AEE
2#565EF0
3#6B72F2
4#8086F4
5#959AF6
6#ABAEF8
7#C0C3F9
8#D5D7FB
9#EAEBFD
Tones
Muted variations
1#353EE3
2#3F47D9
3#4950D0
4#5258C6
5#5C61BC
6#666AB3
7#6F72A9
8#797BA0
9#838496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9398 #9398F6 | BordersInactive statesPlaceholder text |
| 400 | 5B62 #5B62F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C35 #2C35ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 121B #121BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E16 #0E16A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A10 #0A1075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070A #070A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE0FC;
--royal-blue-200: #C2C5FA;
--royal-blue-300: #9398F6;
--royal-blue-400: #5B62F1;
--royal-blue-500: #2C35ED;
--royal-blue-600: #121BCE;
--royal-blue-700: #0E16A4;
--royal-blue-800: #0A1075;
--royal-blue-900: #070A4B;
--royal-blue-950: #04062F;
}