Blue
#0A22D6
BlueColor Codes
All color formats for development
HEX
#0A22D6RGB
rgb(10, 34, 214)HSL
hsl(233, 91%, 44%)OKLCH
oklch(0.419 0.259 265.1)CMYK
cmyk(95%, 84%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091FC1
2#081BAB
3#071896
4#061481
5#05116B
6#040E56
7#030A40
8#02072B
9#010315
Tints
Lighter variations
1#0B26F2
2#253DF5
3#4055F6
4#5B6EF7
5#7786F9
6#929EFA
7#ADB6FB
8#C8CFFC
9#E4E7FE
Tones
Muted variations
1#142ACC
2#1F32C2
3#2939B8
4#3341AD
5#3D49A3
6#475199
7#52598F
8#5C6185
9#66687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9B #8F9BFA | BordersInactive statesPlaceholder text |
| 400 | 5567 #5567F7 | Disabled statesSecondary iconsMuted text |
| 500 | 243C #243CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A22 #0A22D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081B #081BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0613 #06137A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FE;
--blue-100: #DDE1FD;
--blue-200: #C0C7FC;
--blue-300: #8F9BFA;
--blue-400: #5567F7;
--blue-500: #243CF5;
--blue-600: #0A22D6;
--blue-700: #081BAA;
--blue-800: #06137A;
--blue-900: #040C4E;
--blue-950: #020831;
}