Sky Blue
#9798F2
BlueColor Codes
All color formats for development
HEX
#9798F2RGB
rgb(151, 152, 242)HSL
hsl(239, 78%, 77%)OKLCH
oklch(0.716 0.13 282.1)CMYK
cmyk(38%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7476EE
2#5153E9
3#2E31E5
4#1A1DD2
5#1618AF
6#11138C
7#0D0E69
8#090A46
9#040523
Tints
Lighter variations
1#A1A2F3
2#ABADF5
3#B6B7F6
4#C0C1F7
5#CBCCF9
6#D5D6FA
7#E0E0FB
8#EAEAFC
9#F5F5FE
Tones
Muted variations
1#9B9DEE
2#A0A1E9
3#A4A5E4
4#A9AAE0
5#ADAEDB
6#B2B3D7
7#B7B7D2
8#BBBCCD
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 | 9798 #9798F2 | BordersInactive statesPlaceholder text |
| 400 | 6062 #6062EB | Disabled statesSecondary iconsMuted text |
| 500 | 3336 #3336E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191C #191CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1416 #14169F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E10 #0E1071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | 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: #9798F2;
--sky-blue-400: #6062EB;
--sky-blue-500: #3336E6;
--sky-blue-600: #191CC8;
--sky-blue-700: #14169F;
--sky-blue-800: #0E1071;
--sky-blue-900: #090A49;
--sky-blue-950: #06062D;
}