Royal Blue
#2533F4
BlueColor Codes
All color formats for development
HEX
#2533F4RGB
rgb(37, 51, 244)HSL
hsl(236, 90%, 55%)OKLCH
oklch(0.479 0.274 267.7)CMYK
cmyk(85%, 79%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1CF0
2#0B19D5
3#0A16BB
4#0813A0
5#070F85
6#060C6B
7#040950
8#030635
9#01031B
Tints
Lighter variations
1#3B47F5
2#515CF6
3#6670F7
4#7C84F8
5#9299F9
6#A8ADFA
7#BEC2FC
8#D3D6FD
9#E9EBFE
Tones
Muted variations
1#2F3CE9
2#3A45DF
3#444ED5
4#4E57CA
5#595FC0
6#6368B6
7#6D71AB
8#787AA1
9#828397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5560 #5560F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2533 #2533F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B19 #0B19D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0914 #0914AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060E #060E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094E | 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: #F0F1FE;
--royal-blue-100: #DDDFFD;
--royal-blue-200: #C0C4FC;
--royal-blue-300: #9097F9;
--royal-blue-400: #5560F6;
--royal-blue-500: #2533F4;
--royal-blue-600: #0B19D5;
--royal-blue-700: #0914AA;
--royal-blue-800: #060E79;
--royal-blue-900: #04094E;
--royal-blue-950: #030630;
}