Royal Blue
#2555F4
BlueColor Codes
All color formats for development
HEX
#2555F4RGB
rgb(37, 85, 244)HSL
hsl(226, 90%, 55%)OKLCH
oklch(0.529 0.242 265.2)CMYK
cmyk(85%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D42F0
2#0B3AD5
3#0A33BB
4#082CA0
5#072485
6#061D6B
7#041650
8#030F35
9#01071B
Tints
Lighter variations
1#3B66F5
2#5177F6
3#6688F7
4#7C99F8
5#92AAF9
6#A8BBFA
7#BECCFC
8#D3DDFD
9#E9EEFE
Tones
Muted variations
1#2F5BE9
2#3A60DF
3#4466D5
4#4E6BCA
5#5971C0
6#6376B6
7#6D7CAB
8#7881A1
9#828797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CE #C0CEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A8 #90A8F9 | BordersInactive statesPlaceholder text |
| 400 | 557B #557BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2555 #2555F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B3A #0B3AD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 092E #092EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0621 #062179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154E | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE5FD;
--royal-blue-200: #C0CEFC;
--royal-blue-300: #90A8F9;
--royal-blue-400: #557BF6;
--royal-blue-500: #2555F4;
--royal-blue-600: #0B3AD5;
--royal-blue-700: #092EAA;
--royal-blue-800: #062179;
--royal-blue-900: #04154E;
--royal-blue-950: #030D30;
}