Sky Blue
#9F98F1
BlueColor Codes
All color formats for development
HEX
#9F98F1RGB
rgb(159, 152, 241)HSL
hsl(245, 76%, 77%)OKLCH
oklch(0.721 0.128 286.3)CMYK
cmyk(34%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F75EC
2#5F53E7
3#3F30E3
4#2B1CCF
5#2418AD
6#1D138A
7#160E68
8#0E0945
9#070523
Tints
Lighter variations
1#A9A2F2
2#B2ACF4
3#BCB7F5
4#C6C1F7
5#CFCBF8
6#D9D6F9
7#E2E0FB
8#ECEAFC
9#F5F5FE
Tones
Muted variations
1#A39CEC
2#A7A1E8
3#AAA5E4
4#AEAADF
5#B2AEDB
6#B5B3D6
7#B9B7D2
8#BDBBCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F98 #9F98F1 | BordersInactive statesPlaceholder text |
| 400 | 6D62 #6D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4435 #4435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 291B #291BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2115 #21159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170F #170F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F2FD;
--sky-blue-100: #E2E0FB;
--sky-blue-200: #C9C5F7;
--sky-blue-300: #9F98F1;
--sky-blue-400: #6D62EA;
--sky-blue-500: #4435E3;
--sky-blue-600: #291BC5;
--sky-blue-700: #21159D;
--sky-blue-800: #170F70;
--sky-blue-900: #0F0A48;
--sky-blue-950: #09062D;
}