Sky Blue
#8E95FB
BlueColor Codes
All color formats for development
HEX
#8E95FBRGB
rgb(142, 149, 251)HSL
hsl(236, 93%, 77%)OKLCH
oklch(0.708 0.148 278.9)CMYK
cmyk(43%, 41%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6872FA
2#424EF8
3#1C2BF7
4#0817E3
5#0713BD
6#050F98
7#040B72
8#03084C
9#010426
Tints
Lighter variations
1#99A0FB
2#A4AAFC
3#B0B5FC
4#BBBFFD
5#C6CAFD
6#D2D5FD
7#DDDFFE
8#E8EAFE
9#F4F4FF
Tones
Muted variations
1#939AF5
2#999FF0
3#9EA3EB
4#A4A8E5
5#A9ADE0
6#AFB1DA
7#B4B6D5
8#B9BBCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E95 #8E95FB | BordersInactive statesPlaceholder text |
| 400 | 535E #535EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2230 #2230F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0816 #0816D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0611 #0611AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040C #040C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084F | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F1FE;
--sky-blue-100: #DDDFFE;
--sky-blue-200: #BFC3FD;
--sky-blue-300: #8E95FB;
--sky-blue-400: #535EF9;
--sky-blue-500: #2230F7;
--sky-blue-600: #0816D9;
--sky-blue-700: #0611AC;
--sky-blue-800: #040C7B;
--sky-blue-900: #03084F;
--sky-blue-950: #020531;
}