Sky Blue
#9B8FFA
BlueColor Codes
All color formats for development
HEX
#9B8FFARGB
rgb(155, 143, 250)HSL
hsl(247, 91%, 77%)OKLCH
oklch(0.706 0.153 286.9)CMYK
cmyk(38%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A69F8
2#5944F6
3#371EF4
4#240BE1
5#1E09BC
6#180796
7#120571
8#0C044B
9#060226
Tints
Lighter variations
1#A59AFA
2#AFA5FB
3#B9B1FB
4#C3BCFC
5#CDC7FC
6#D7D2FD
7#E1DDFD
8#EBE9FE
9#F5F4FE
Tones
Muted variations
1#A094F4
2#A49AEF
3#A89FEA
4#ACA4E4
5#B0AADF
6#B4AFDA
7#B8B4D4
8#BCBACF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8F #9B8FFA | BordersInactive statesPlaceholder text |
| 400 | 6755 #6755F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3C24 #3C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 220A #220AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B08 #1B08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1306 #13067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C04 #0C044E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E1DDFD;
--sky-blue-200: #C7C0FC;
--sky-blue-300: #9B8FFA;
--sky-blue-400: #6755F7;
--sky-blue-500: #3C24F5;
--sky-blue-600: #220AD6;
--sky-blue-700: #1B08AA;
--sky-blue-800: #13067A;
--sky-blue-900: #0C044E;
--sky-blue-950: #080231;
}