Royal Blue
#2C39ED
BlueColor Codes
All color formats for development
HEX
#2C39EDRGB
rgb(44, 57, 237)HSL
hsl(236, 84%, 55%)OKLCH
oklch(0.482 0.26 268.8)CMYK
cmyk(81%, 76%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1422E8
2#121FCE
3#101BB5
4#0D179B
5#0B1381
6#090F67
7#070B4D
8#040834
9#02041A
Tints
Lighter variations
1#414DEE
2#5660F0
3#6B74F2
4#8088F4
5#959CF6
6#ABB0F8
7#C0C4F9
8#D5D7FB
9#EAEBFD
Tones
Muted variations
1#3541E3
2#3F49D9
3#4952D0
4#525AC6
5#5C62BC
6#666BB3
7#6F73A9
8#797CA0
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 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939A #939AF6 | BordersInactive statesPlaceholder text |
| 400 | 5B65 #5B65F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C39 #2C39ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 121F #121FCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E18 #0E18A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | 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: #C2C6FA;
--royal-blue-300: #939AF6;
--royal-blue-400: #5B65F1;
--royal-blue-500: #2C39ED;
--royal-blue-600: #121FCE;
--royal-blue-700: #0E18A4;
--royal-blue-800: #0A1175;
--royal-blue-900: #070B4B;
--royal-blue-950: #04072F;
}