Sky Blue
#998AFF
BlueColor Codes
All color formats for development
HEX
#998AFFRGB
rgb(153, 138, 255)HSL
hsl(248, 100%, 77%)OKLCH
oklch(0.698 0.167 287.1)CMYK
cmyk(40%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7762FF
2#553BFF
3#3314FF
4#1F00EC
5#1A00C4
6#15009D
7#100076
8#0A004F
9#050027
Tints
Lighter variations
1#A495FF
2#AEA1FF
3#B8ADFF
4#C2B9FF
5#CCC4FF
6#D6D0FF
7#E1DCFF
8#EBE8FF
9#F5F3FF
Tones
Muted variations
1#9E90F9
2#A295F3
3#A69BED
4#ABA1E8
5#AFA7E2
6#B3ADDC
7#B7B3D6
8#BCB9D0
9#C0BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DB #E0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BD #C6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 998A #998AFF | BordersInactive statesPlaceholder text |
| 400 | 644D #644DFF | Disabled statesSecondary iconsMuted text |
| 500 | 381A #381AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E00 #1E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1800 #1800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1100 #110080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B00 #0B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0700 #070033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FF;
--sky-blue-100: #E0DBFF;
--sky-blue-200: #C6BDFF;
--sky-blue-300: #998AFF;
--sky-blue-400: #644DFF;
--sky-blue-500: #381AFF;
--sky-blue-600: #1E00E0;
--sky-blue-700: #1800B3;
--sky-blue-800: #110080;
--sky-blue-900: #0B0052;
--sky-blue-950: #070033;
}