Royal Blue
#2536F4
BlueColor Codes
All color formats for development
HEX
#2536F4RGB
rgb(37, 54, 244)HSL
hsl(235, 90%, 55%)OKLCH
oklch(0.483 0.272 267.5)CMYK
cmyk(85%, 78%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D20F0
2#0B1CD5
3#0A19BB
4#0815A0
5#071285
6#060E6B
7#040B50
8#030735
9#01041B
Tints
Lighter variations
1#3B4AF5
2#515EF6
3#6672F7
4#7C87F8
5#929BF9
6#A8AFFA
7#BEC3FC
8#D3D7FD
9#E9EBFE
Tones
Muted variations
1#2F3FE9
2#3A47DF
3#4450D5
4#4E59CA
5#5961C0
6#636AB6
7#6D72AB
8#787BA1
9#828497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9098 #9098F9 | BordersInactive statesPlaceholder text |
| 400 | 5563 #5563F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2536 #2536F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B1C #0B1CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0916 #0916AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0610 #061079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C0C5FC;
--royal-blue-300: #9098F9;
--royal-blue-400: #5563F6;
--royal-blue-500: #2536F4;
--royal-blue-600: #0B1CD5;
--royal-blue-700: #0916AA;
--royal-blue-800: #061079;
--royal-blue-900: #040A4E;
--royal-blue-950: #030630;
}