Royal Blue
#2B55EE
BlueColor Codes
All color formats for development
HEX
#2B55EERGB
rgb(43, 85, 238)HSL
hsl(227, 85%, 55%)OKLCH
oklch(0.525 0.234 266.1)CMYK
cmyk(82%, 64%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1341EA
2#113AD0
3#0F33B6
4#0D2C9C
5#0B2482
6#081D68
7#06164E
8#040F34
9#02071A
Tints
Lighter variations
1#4066F0
2#5577F1
3#6A88F3
4#8099F5
5#95AAF6
6#AABBF8
7#BFCCFA
8#D5DDFC
9#EAEEFD
Tones
Muted variations
1#345BE4
2#3E60DA
3#4866D1
4#526BC7
5#5B71BD
6#6576B3
7#6F7CAA
8#7981A0
9#828796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CE #C2CEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A8 #92A8F6 | BordersInactive statesPlaceholder text |
| 400 | 5A7B #5A7BF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B55 #2B55EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 113A #113AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D2E #0D2EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A21 #0A2176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0615 #06154B | Primary textHigh emphasis contentDark headings |
| 950 | 040D #040D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DEE5FC;
--royal-blue-200: #C2CEFA;
--royal-blue-300: #92A8F6;
--royal-blue-400: #5A7BF2;
--royal-blue-500: #2B55EE;
--royal-blue-600: #113AD0;
--royal-blue-700: #0D2EA5;
--royal-blue-800: #0A2176;
--royal-blue-900: #06154B;
--royal-blue-950: #040D2F;
}