Sky Blue
#9B9DED
BlueColor Codes
All color formats for development
HEX
#9B9DEDRGB
rgb(155, 157, 237)HSL
hsl(239, 69%, 77%)OKLCH
oklch(0.726 0.115 282)CMYK
cmyk(35%, 34%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B7CE7
2#5A5CE1
3#383BDB
4#2527C7
5#1E21A6
6#181A85
7#121464
8#0C0D42
9#060721
Tints
Lighter variations
1#A6A7EF
2#B0B1F0
3#BABBF2
4#C4C4F4
5#CDCEF6
6#D7D8F8
7#E1E2FA
8#EBEBFB
9#F5F5FD
Tones
Muted variations
1#A0A1E9
2#A4A5E5
3#A8A9E1
4#ACADDD
5#B0B1D9
6#B4B5D5
7#B8B9D0
8#BCBDCC
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 | C7C8 #C7C8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9D #9C9DED | BordersInactive statesPlaceholder text |
| 400 | 686A #686AE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D40 #3D40DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2325 #2325BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1E #1C1E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1415 #14156C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0E #0D0E45 | 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: #C7C8F5;
--sky-blue-300: #9C9DED;
--sky-blue-400: #686AE3;
--sky-blue-500: #3D40DB;
--sky-blue-600: #2325BE;
--sky-blue-700: #1C1E97;
--sky-blue-800: #14156C;
--sky-blue-900: #0D0E45;
--sky-blue-950: #08082B;
}