Sky Blue
#9699F3
BlueColor Codes
All color formats for development
HEX
#9699F3RGB
rgb(150, 153, 243)HSL
hsl(238, 79%, 77%)OKLCH
oklch(0.717 0.13 281.1)CMYK
cmyk(38%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7377EF
2#5055EA
3#2D33E6
4#191FD3
5#151AB0
6#10158D
7#0C0F69
8#080A46
9#040523
Tints
Lighter variations
1#A1A3F4
2#ABADF5
3#B6B8F6
4#C0C2F8
5#CBCCF9
6#D5D6FA
7#E0E0FB
8#EAEBFD
9#F5F5FE
Tones
Muted variations
1#9B9DEE
2#9FA2E9
3#A4A6E5
4#A9AAE0
5#ADAFDC
6#B2B3D7
7#B6B7D2
8#BBBCCE
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 | 9699 #9699F3 | BordersInactive statesPlaceholder text |
| 400 | 5F64 #5F64EC | Disabled statesSecondary iconsMuted text |
| 500 | 3238 #3238E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 181D #181DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1317 #1317A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D11 #0D1172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | 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: #9699F3;
--sky-blue-400: #5F64EC;
--sky-blue-500: #3238E7;
--sky-blue-600: #181DC9;
--sky-blue-700: #1317A0;
--sky-blue-800: #0D1172;
--sky-blue-900: #090B49;
--sky-blue-950: #05072E;
}