Sky Blue
#9698F3
BlueColor Codes
All color formats for development
HEX
#9698F3RGB
rgb(150, 152, 243)HSL
hsl(239, 79%, 77%)OKLCH
oklch(0.715 0.131 281.6)CMYK
cmyk(38%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7375EF
2#5052EA
3#2D30E6
4#191CD3
5#1517B0
6#10138D
7#0C0E69
8#080946
9#040523
Tints
Lighter variations
1#A1A2F4
2#ABACF5
3#B6B7F6
4#C0C1F8
5#CBCBF9
6#D5D6FA
7#E0E0FB
8#EAEAFD
9#F5F5FE
Tones
Muted variations
1#9B9CEE
2#9FA1E9
3#A4A5E5
4#A9A9E0
5#ADAEDC
6#B2B2D7
7#B6B7D2
8#BBBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9698 #9698F3 | BordersInactive statesPlaceholder text |
| 400 | 5F62 #5F62EC | Disabled statesSecondary iconsMuted text |
| 500 | 3235 #3235E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 181B #181BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1315 #1315A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0F #0D0F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FD;
--sky-blue-100: #DFE0FB;
--sky-blue-200: #C4C5F8;
--sky-blue-300: #9698F3;
--sky-blue-400: #5F62EC;
--sky-blue-500: #3235E7;
--sky-blue-600: #181BC9;
--sky-blue-700: #1315A0;
--sky-blue-800: #0D0F72;
--sky-blue-900: #090A49;
--sky-blue-950: #05062E;
}