Blue
#1E38FA
BlueColor Codes
All color formats for development
HEX
#1E38FARGB
rgb(30, 56, 250)HSL
hsl(233, 96%, 55%)OKLCH
oklch(0.49 0.278 266.4)CMYK
cmyk(88%, 78%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0521F7
2#041EDC
3#041AC0
4#0316A5
5#031389
6#020F6E
7#020B52
8#010737
9#01041B
Tints
Lighter variations
1#354CFB
2#4B60FB
3#6274FC
4#7887FC
5#8F9BFD
6#A5AFFD
7#BCC3FE
8#D2D7FE
9#E9EBFF
Tones
Muted variations
1#2940EF
2#3449E4
3#3F51D9
4#4A5ACE
5#5562C3
6#606AB8
7#6B73AD
8#767BA2
9#818497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC5 #BEC5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C99 #8C99FD | BordersInactive statesPlaceholder text |
| 400 | 5064 #5064FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E38 #1E38FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 041E #041EDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0418 #0418AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0311 #03117D | Text on light backgroundsHeadingsStrong borders |
| 900 | 020B #020B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0107 #010732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F0F2FF;
--blue-100: #DCE0FE;
--blue-200: #BEC5FE;
--blue-300: #8C99FD;
--blue-400: #5064FB;
--blue-500: #1E38FA;
--blue-600: #041EDC;
--blue-700: #0418AF;
--blue-800: #03117D;
--blue-900: #020B50;
--blue-950: #010732;
}