Sky Blue
#9B9BED
BlueColor Codes
All color formats for development
HEX
#9B9BEDRGB
rgb(155, 155, 237)HSL
hsl(240, 69%, 77%)OKLCH
oklch(0.722 0.118 283)CMYK
cmyk(35%, 35%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B7BE7
2#5A5AE1
3#3838DB
4#2525C7
5#1E1EA6
6#181885
7#121264
8#0C0C42
9#060621
Tints
Lighter variations
1#A6A6EF
2#B0B0F0
3#BABAF2
4#C4C4F4
5#CDCDF6
6#D7D7F8
7#E1E1FA
8#EBEBFB
9#F5F5FD
Tones
Muted variations
1#A0A0E9
2#A4A4E5
3#A8A8E1
4#ACACDD
5#B0B0D9
6#B4B4D5
7#B8B8D0
8#BCBCCC
9#C0C0C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CED | BordersInactive statesPlaceholder text |
| 400 | 6868 #6868E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D3D #3D3DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2323 #2323BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1C #1C1C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FD;
--sky-blue-100: #E1E1F9;
--sky-blue-200: #C7C7F5;
--sky-blue-300: #9C9CED;
--sky-blue-400: #6868E3;
--sky-blue-500: #3D3DDB;
--sky-blue-600: #2323BE;
--sky-blue-700: #1C1C97;
--sky-blue-800: #14146C;
--sky-blue-900: #0D0D45;
--sky-blue-950: #08082B;
}