Royal Blue
#2C66ED
BlueColor Codes
All color formats for development
HEX
#2C66EDRGB
rgb(44, 102, 237)HSL
hsl(222, 84%, 55%)OKLCH
oklch(0.556 0.213 263.4)CMYK
cmyk(81%, 57%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1454E8
2#124BCE
3#1041B5
4#0D389B
5#0B2F81
6#092567
7#071C4D
8#041334
9#02091A
Tints
Lighter variations
1#4175EE
2#5684F0
3#6B94F2
4#80A3F4
5#95B2F6
6#ABC2F8
7#C0D1F9
8#D5E0FB
9#EAF0FD
Tones
Muted variations
1#356AE3
2#3F6DD9
3#4971D0
4#5275C6
5#5C79BC
6#667DB3
7#6F81A9
8#7985A0
9#838896
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D3 #C2D3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B1 #93B1F6 | BordersInactive statesPlaceholder text |
| 400 | 5B88 #5B88F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C66 #2C66ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 124B #124BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E3B #0E3BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2A #0A2A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071B #071B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0411 #04112F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE7FC;
--royal-blue-200: #C2D3FA;
--royal-blue-300: #93B1F6;
--royal-blue-400: #5B88F1;
--royal-blue-500: #2C66ED;
--royal-blue-600: #124BCE;
--royal-blue-700: #0E3BA4;
--royal-blue-800: #0A2A75;
--royal-blue-900: #071B4B;
--royal-blue-950: #04112F;
}