Sky Blue
#9F8FFA
BlueColor Codes
All color formats for development
HEX
#9F8FFARGB
rgb(159, 143, 250)HSL
hsl(249, 91%, 77%)OKLCH
oklch(0.709 0.153 288.7)CMYK
cmyk(36%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F69F8
2#5F44F6
3#3F1EF4
4#2B0BE1
5#2409BC
6#1D0796
7#150571
8#0E044B
9#070226
Tints
Lighter variations
1#A99AFA
2#B2A5FB
3#BCB1FB
4#C5BCFC
5#CFC7FC
6#D9D2FD
7#E2DDFD
8#ECE9FE
9#F5F4FE
Tones
Muted variations
1#A394F4
2#A69AEF
3#AA9FEA
4#AEA4E4
5#B2AADF
6#B5AFDA
7#B9B4D4
8#BDBACF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8F #9F8FFA | BordersInactive statesPlaceholder text |
| 400 | 6D55 #6D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4324 #4324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 290A #290AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2008 #2008AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1706 #17067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E2DDFD;
--sky-blue-200: #C9C0FC;
--sky-blue-300: #9F8FFA;
--sky-blue-400: #6D55F7;
--sky-blue-500: #4324F5;
--sky-blue-600: #290AD6;
--sky-blue-700: #2008AA;
--sky-blue-800: #17067A;
--sky-blue-900: #0F044E;
--sky-blue-950: #090231;
}