Blue
#3115CB
BlueColor Codes
All color formats for development
HEX
#3115CBRGB
rgb(49, 21, 203)HSL
hsl(249, 81%, 44%)OKLCH
oklch(0.409 0.246 273.5)CMYK
cmyk(76%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C13B7
2#2711A2
3#220F8E
4#1D0D7A
5#180B66
6#130951
7#0F063D
8#0A0429
9#050214
Tints
Lighter variations
1#3718E5
2#4C30E9
3#624AEC
4#7964EF
5#8F7EF1
6#A598F4
7#BCB1F7
8#D2CBFA
9#E9E5FC
Tones
Muted variations
1#371EC2
2#3D27B9
3#4431B0
4#4A3AA7
5#50439E
6#574C95
7#5D558B
8#635E82
9#6A6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC3 #CBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A395 #A395F4 | BordersInactive statesPlaceholder text |
| 400 | 735D #735DEE | Disabled statesSecondary iconsMuted text |
| 500 | 4B2F #4B2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3115 #3115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2711 #2711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0C #1C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1208 #12084A | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F1FE;
--blue-100: #E3DFFC;
--blue-200: #CBC3F9;
--blue-300: #A395F4;
--blue-400: #735DEE;
--blue-500: #4B2FE9;
--blue-600: #3115CB;
--blue-700: #2711A2;
--blue-800: #1C0C73;
--blue-900: #12084A;
--blue-950: #0B052E;
}