Royal Blue
#2B68EE
BlueColor Codes
All color formats for development
HEX
#2B68EERGB
rgb(43, 104, 238)HSL
hsl(221, 85%, 55%)OKLCH
oklch(0.56 0.212 263)CMYK
cmyk(82%, 56%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1357EA
2#114DD0
3#0F44B6
4#0D3A9C
5#0B3082
6#082768
7#061D4E
8#041334
9#020A1A
Tints
Lighter variations
1#4078F0
2#5587F1
3#6A96F3
4#80A5F5
5#95B4F6
6#AAC3F8
7#BFD2FA
8#D5E1FC
9#EAF0FD
Tones
Muted variations
1#346CE4
2#3E70DA
3#4873D1
4#5277C7
5#5B7ABD
6#657EB3
7#6F82AA
8#7985A0
9#828996
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 | 92B2 #92B2F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8A #5A8AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B68 #2B68EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 114D #114DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D3D #0D3DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2C #0A2C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061C #061C4B | 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: #92B2F6;
--royal-blue-400: #5A8AF2;
--royal-blue-500: #2B68EE;
--royal-blue-600: #114DD0;
--royal-blue-700: #0D3DA5;
--royal-blue-800: #0A2C76;
--royal-blue-900: #061C4B;
--royal-blue-950: #04122F;
}