Royal Blue
#2B5BEE
BlueColor Codes
All color formats for development
HEX
#2B5BEERGB
rgb(43, 91, 238)HSL
hsl(225, 85%, 55%)OKLCH
oklch(0.536 0.227 265.2)CMYK
cmyk(82%, 62%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1349EA
2#1141D0
3#0F38B6
4#0D309C
5#0B2882
6#082068
7#06184E
8#041034
9#02081A
Tints
Lighter variations
1#406CF0
2#557CF1
3#6A8DF3
4#809DF5
5#95ADF6
6#AABEF8
7#BFCEFA
8#D5DEFC
9#EAEFFD
Tones
Muted variations
1#3460E4
2#3E65DA
3#486AD1
4#526FC7
5#5B74BD
6#6579B3
7#6F7EAA
8#7982A0
9#828796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE6 #DEE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D0 #C2D0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92AB #92ABF6 | BordersInactive statesPlaceholder text |
| 400 | 5A80 #5A80F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B5B #2B5BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1141 #1141D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D33 #0D33A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A25 #0A2576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0617 #06174B | Primary textHigh emphasis contentDark headings |
| 950 | 040F #040F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DEE6FC;
--royal-blue-200: #C2D0FA;
--royal-blue-300: #92ABF6;
--royal-blue-400: #5A80F2;
--royal-blue-500: #2B5BEE;
--royal-blue-600: #1141D0;
--royal-blue-700: #0D33A5;
--royal-blue-800: #0A2576;
--royal-blue-900: #06174B;
--royal-blue-950: #040F2F;
}