Sky Blue
#9C9FED
BlueColor Codes
All color formats for development
HEX
#9C9FEDRGB
rgb(156, 159, 237)HSL
hsl(238, 69%, 77%)OKLCH
oklch(0.731 0.113 281.5)CMYK
cmyk(34%, 33%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B7EE7
2#5A5EE1
3#383EDB
4#252AC7
5#1E23A6
6#181C85
7#121564
8#0C0E42
9#060721
Tints
Lighter variations
1#A6A8EF
2#B0B2F0
3#BABCF2
4#C4C5F4
5#CDCFF6
6#D7D8F8
7#E1E2FA
8#EBECFB
9#F5F5FD
Tones
Muted variations
1#A0A2E9
2#A4A6E5
3#A8AAE1
4#ACAEDD
5#B0B1D9
6#B4B5D5
7#B8B9D0
8#BCBDCC
9#C0C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FED | BordersInactive statesPlaceholder text |
| 400 | 686C #686CE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D42 #3D42DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2328 #2328BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C20 #1C2097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FD;
--sky-blue-100: #E1E2F9;
--sky-blue-200: #C7C9F5;
--sky-blue-300: #9C9FED;
--sky-blue-400: #686CE3;
--sky-blue-500: #3D42DB;
--sky-blue-600: #2328BE;
--sky-blue-700: #1C2097;
--sky-blue-800: #14176C;
--sky-blue-900: #0D0F45;
--sky-blue-950: #08092B;
}