Royal Blue
#2C69ED
BlueColor Codes
All color formats for development
HEX
#2C69EDRGB
rgb(44, 105, 237)HSL
hsl(221, 84%, 55%)OKLCH
oklch(0.561 0.209 262.8)CMYK
cmyk(81%, 56%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1457E8
2#124ECE
3#1044B5
4#0D3A9B
5#0B3181
6#092767
7#071D4D
8#041334
9#020A1A
Tints
Lighter variations
1#4178EE
2#5687F0
3#6B96F2
4#80A5F4
5#95B4F6
6#ABC3F8
7#C0D2F9
8#D5E1FB
9#EAF0FD
Tones
Muted variations
1#356CE3
2#3F70D9
3#4974D0
4#5277C6
5#5C7BBC
6#667EB3
7#6F82A9
8#7985A0
9#838996
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93B2 #93B2F6 | BordersInactive statesPlaceholder text |
| 400 | 5B8A #5B8AF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C69 #2C69ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 124E #124ECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E3E #0E3EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2C #0A2C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071C #071C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE8FC;
--royal-blue-200: #C2D4FA;
--royal-blue-300: #93B2F6;
--royal-blue-400: #5B8AF1;
--royal-blue-500: #2C69ED;
--royal-blue-600: #124ECE;
--royal-blue-700: #0E3EA4;
--royal-blue-800: #0A2C75;
--royal-blue-900: #071C4B;
--royal-blue-950: #04122F;
}