Sky Blue
#9599F3
BlueColor Codes
All color formats for development
HEX
#9599F3RGB
rgb(149, 153, 243)HSL
hsl(237, 80%, 77%)OKLCH
oklch(0.717 0.13 280.6)CMYK
cmyk(39%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7278EF
2#4F57EB
3#2B35E7
4#1821D4
5#141BB1
6#10168D
7#0C106A
8#080B47
9#040523
Tints
Lighter variations
1#A0A4F4
2#ABAEF6
3#B5B8F7
4#C0C2F8
5#CACDF9
6#D5D7FA
7#DFE1FB
8#EAEBFD
9#F4F5FE
Tones
Muted variations
1#9A9EEF
2#9FA3EA
3#A4A7E5
4#A8ABE1
5#ADAFDC
6#B2B3D7
7#B6B8D2
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 | C3C6 #C3C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF3 | BordersInactive statesPlaceholder text |
| 400 | 5E65 #5E65ED | Disabled statesSecondary iconsMuted text |
| 500 | 303A #303AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 161F #161FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1219 #1219A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D12 #0D1273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B49 | 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: #C3C6F8;
--sky-blue-300: #959AF3;
--sky-blue-400: #5E65ED;
--sky-blue-500: #303AE8;
--sky-blue-600: #161FCA;
--sky-blue-700: #1219A1;
--sky-blue-800: #0D1273;
--sky-blue-900: #080B49;
--sky-blue-950: #05072E;
}