Blue
#0A1BD6
BlueColor Codes
All color formats for development
HEX
#0A1BD6RGB
rgb(10, 27, 214)HSL
hsl(235, 91%, 44%)OKLCH
oklch(0.412 0.263 265.1)CMYK
cmyk(95%, 87%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0918C1
2#0816AB
3#071396
4#061081
5#050E6B
6#040B56
7#030840
8#02052B
9#010315
Tints
Lighter variations
1#0B1FF2
2#2536F5
3#404FF6
4#5B68F7
5#7781F9
6#929BFA
7#ADB4FB
8#C8CDFC
9#E4E6FE
Tones
Muted variations
1#1424CC
2#1F2CC2
3#2935B8
4#333DAD
5#3D46A3
6#474E99
7#52578F
8#5C5F85
9#66687A
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 | 8F98 #8F98FA | BordersInactive statesPlaceholder text |
| 400 | 5562 #5562F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2435 #2435F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1B #0A1BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0816 #0816AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060F #060F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FE;
--blue-100: #DDE0FD;
--blue-200: #C0C5FC;
--blue-300: #8F98FA;
--blue-400: #5562F7;
--blue-500: #2435F5;
--blue-600: #0A1BD6;
--blue-700: #0816AA;
--blue-800: #060F7A;
--blue-900: #040A4E;
--blue-950: #020631;
}