Blue
#250DD3
BlueColor Codes
All color formats for development
HEX
#250DD3RGB
rgb(37, 13, 211)HSL
hsl(247, 88%, 44%)OKLCH
oklch(0.408 0.261 269.7)CMYK
cmyk(82%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210CBE
2#1D0BA9
3#1A0994
4#16087F
5#120769
6#0F0554
7#0B043F
8#07032A
9#040115
Tints
Lighter variations
1#290FEE
2#4028F1
3#5843F3
4#705EF5
5#8779F6
6#9F94F8
7#B7AEFA
8#CFC9FC
9#E7E4FD
Tones
Muted variations
1#2C17C9
2#3421BF
3#3B2BB5
4#4335AB
5#4A3FA2
6#524998
7#59538E
8#615C84
9#69667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D91 #9D91F8 | BordersInactive statesPlaceholder text |
| 400 | 6A57 #6A57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3F27 #3F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250D #250DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0B #1D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1508 #150878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D05 #0D054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F2F1FE;
--blue-100: #E1DDFD;
--blue-200: #C7C1FB;
--blue-300: #9D91F8;
--blue-400: #6A57F4;
--blue-500: #3F27F1;
--blue-600: #250DD3;
--blue-700: #1D0BA8;
--blue-800: #150878;
--blue-900: #0D054D;
--blue-950: #080330;
}