Blue
#260BD5
BlueColor Codes
All color formats for development
HEX
#260BD5RGB
rgb(38, 11, 213)HSL
hsl(248, 90%, 44%)OKLCH
oklch(0.41 0.263 269.9)CMYK
cmyk(82%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220AC0
2#1F09AB
3#1B0895
4#170780
5#13066B
6#0F0455
7#0B0340
8#08022B
9#040115
Tints
Lighter variations
1#2B0DF0
2#4126F4
3#5941F5
4#715CF6
5#8877F8
6#A092F9
7#B8AEFB
8#D0C9FC
9#E7E4FE
Tones
Muted variations
1#2E15CB
2#351FC1
3#3C2AB7
4#4434AD
5#4B3EA3
6#534899
7#5A528E
8#615C84
9#69667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B55 #6B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4125 #4125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 260B #260BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E09 #1E09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1606 #160679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044E | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E1DDFD;
--blue-200: #C8C0FC;
--blue-300: #9E90F9;
--blue-400: #6B55F6;
--blue-500: #4125F4;
--blue-600: #260BD5;
--blue-700: #1E09AA;
--blue-800: #160679;
--blue-900: #0E044E;
--blue-950: #090330;
}