Blue
#290AD6
BlueColor Codes
All color formats for development
HEX
#290AD6RGB
rgb(41, 10, 214)HSL
hsl(249, 91%, 44%)OKLCH
oklch(0.412 0.264 270.6)CMYK
cmyk(81%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2509C1
2#2108AB
3#1D0796
4#180681
5#14056B
6#100456
7#0C0340
8#08022B
9#040115
Tints
Lighter variations
1#2E0BF2
2#4425F5
3#5B40F6
4#735BF7
5#8A77F9
6#A192FA
7#B9ADFB
8#D0C8FC
9#E8E4FE
Tones
Muted variations
1#3014CC
2#371FC2
3#3E29B8
4#4533AD
5#4C3DA3
6#544799
7#5B528F
8#625C85
9#69667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8F #9F8FFA | BordersInactive statesPlaceholder text |
| 400 | 6D55 #6D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4324 #4324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 290A #290AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2008 #2008AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1706 #17067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F0FE;
--blue-100: #E2DDFD;
--blue-200: #C9C0FC;
--blue-300: #9F8FFA;
--blue-400: #6D55F7;
--blue-500: #4324F5;
--blue-600: #290AD6;
--blue-700: #2008AA;
--blue-800: #17067A;
--blue-900: #0F044E;
--blue-950: #090231;
}