Blue
#190BD5
BlueColor Codes
All color formats for development
HEX
#190BD5RGB
rgb(25, 11, 213)HSL
hsl(244, 90%, 44%)OKLCH
oklch(0.405 0.266 267.1)CMYK
cmyk(88%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160AC0
2#1409AB
3#110895
4#0F0780
5#0C066B
6#0A0455
7#070340
8#05022B
9#020115
Tints
Lighter variations
1#1C0DF0
2#3426F4
3#4D41F5
4#665CF6
5#8077F8
6#9992F9
7#B3AEFB
8#CCC9FC
9#E6E4FE
Tones
Muted variations
1#2115CB
2#2A1FC1
3#332AB7
4#3C34AD
5#443EA3
6#4D4899
7#56528E
8#5F5C84
9#67667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6055 #6055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3325 #3325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 190B #190BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1409 #1409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E06 #0E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F0FE;
--blue-100: #DFDDFD;
--blue-200: #C4C0FC;
--blue-300: #9790F9;
--blue-400: #6055F6;
--blue-500: #3325F4;
--blue-600: #190BD5;
--blue-700: #1409AA;
--blue-800: #0E0679;
--blue-900: #09044E;
--blue-950: #060330;
}