Royal Blue
#2338F6
BlueColor Codes
All color formats for development
HEX
#2338F6RGB
rgb(35, 56, 246)HSL
hsl(234, 92%, 55%)OKLCH
oklch(0.487 0.273 267.1)CMYK
cmyk(86%, 77%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A21F2
2#091ED7
3#081ABC
4#0716A2
5#061387
6#040F6C
7#030B51
8#020736
9#01041B
Tints
Lighter variations
1#394CF7
2#4F60F8
3#6574F9
4#7B87F9
5#919BFA
6#A7AFFB
7#BDC3FC
8#D3D7FD
9#E9EBFE
Tones
Muted variations
1#2D40EB
2#3849E1
3#4251D6
4#4D5ACC
5#5762C1
6#626AB6
7#6D73AC
8#777BA1
9#828497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FA | BordersInactive statesPlaceholder text |
| 400 | 5464 #5464F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2338 #2338F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 091E #091ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0718 #0718AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0511 #05117A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030B #030B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE0FE;
--royal-blue-200: #BFC5FC;
--royal-blue-300: #8E99FA;
--royal-blue-400: #5464F8;
--royal-blue-500: #2338F6;
--royal-blue-600: #091ED7;
--royal-blue-700: #0718AB;
--royal-blue-800: #05117A;
--royal-blue-900: #030B4E;
--royal-blue-950: #020731;
}