Sky Blue
#9D8FFA
BlueColor Codes
All color formats for development
HEX
#9D8FFARGB
rgb(157, 143, 250)HSL
hsl(248, 91%, 77%)OKLCH
oklch(0.708 0.153 287.8)CMYK
cmyk(37%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C69F8
2#5C44F6
3#3B1EF4
4#270BE1
5#2109BC
6#1A0796
7#140571
8#0D044B
9#070226
Tints
Lighter variations
1#A79AFA
2#B1A5FB
3#BBB1FB
4#C4BCFC
5#CEC7FC
6#D8D2FD
7#E2DDFD
8#EBE9FE
9#F5F4FE
Tones
Muted variations
1#A194F4
2#A59AEF
3#A99FEA
4#ADA4E4
5#B1AADF
6#B5AFDA
7#B9B4D4
8#BDBACF
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 | C8C0 #C8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8F #9D8FFA | BordersInactive statesPlaceholder text |
| 400 | 6A55 #6A55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4024 #4024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250A #250AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E08 #1E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1506 #15067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044E | 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: #C8C0FC;
--sky-blue-300: #9D8FFA;
--sky-blue-400: #6A55F7;
--sky-blue-500: #4024F5;
--sky-blue-600: #250AD6;
--sky-blue-700: #1E08AA;
--sky-blue-800: #15067A;
--sky-blue-900: #0E044E;
--sky-blue-950: #080231;
}