Sky Blue
#998EFA
BlueColor Codes
All color formats for development
HEX
#998EFARGB
rgb(153, 142, 250)HSL
hsl(246, 92%, 77%)OKLCH
oklch(0.703 0.155 286.4)CMYK
cmyk(39%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7769F9
2#5543F7
3#331DF6
4#1F09E2
5#1A08BC
6#150697
7#100571
8#0A034B
9#050226
Tints
Lighter variations
1#A39AFB
2#AEA5FB
3#B8B0FC
4#C2BBFC
5#CCC7FD
6#D6D2FD
7#E0DDFE
8#EBE8FE
9#F5F4FF
Tones
Muted variations
1#9E94F5
2#A299F0
3#A69FEA
4#AAA4E5
5#AFA9DF
6#B3AFDA
7#B7B4D5
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 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFA | BordersInactive statesPlaceholder text |
| 400 | 6454 #6454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3823 #3823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E09 #1E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1807 #1807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1105 #11057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B03 #0B034E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E0DDFE;
--sky-blue-200: #C5BFFC;
--sky-blue-300: #998EFA;
--sky-blue-400: #6454F8;
--sky-blue-500: #3823F6;
--sky-blue-600: #1E09D7;
--sky-blue-700: #1807AB;
--sky-blue-800: #11057A;
--sky-blue-900: #0B034E;
--sky-blue-950: #070231;
}