Royal Blue
#233FF6
BlueColor Codes
All color formats for development
HEX
#233FF6RGB
rgb(35, 63, 246)HSL
hsl(232, 92%, 55%)OKLCH
oklch(0.496 0.267 266.8)CMYK
cmyk(86%, 74%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A29F2
2#0925D7
3#0820BC
4#071BA2
5#061787
6#04126C
7#030E51
8#020936
9#01051B
Tints
Lighter variations
1#3952F7
2#4F65F8
3#6578F9
4#7B8CF9
5#919FFA
6#A7B2FB
7#BDC5FC
8#D3D9FD
9#E9ECFE
Tones
Muted variations
1#2D47EB
2#384EE1
3#4256D6
4#4D5ECC
5#5766C1
6#626DB6
7#6D75AC
8#777DA1
9#828597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9D #8E9DFA | BordersInactive statesPlaceholder text |
| 400 | 546A #546AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 233F #233FF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0925 #0925D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 071D #071DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0515 #05157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE1FE;
--royal-blue-200: #BFC7FC;
--royal-blue-300: #8E9DFA;
--royal-blue-400: #546AF8;
--royal-blue-500: #233FF6;
--royal-blue-600: #0925D7;
--royal-blue-700: #071DAB;
--royal-blue-800: #05157A;
--royal-blue-900: #030D4E;
--royal-blue-950: #020831;
}