Sky Blue
#9BAEEE
BlueColor Codes
All color formats for development
HEX
#9BAEEERGB
rgb(155, 174, 238)HSL
hsl(226, 71%, 77%)OKLCH
oklch(0.76 0.095 271.3)CMYK
cmyk(35%, 27%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7993E8
2#5878E3
3#365DDD
4#2249C9
5#1C3DA8
6#173186
7#112565
8#0B1843
9#060C22
Tints
Lighter variations
1#A5B6F0
2#AFBEF1
3#B9C6F3
4#C3CEF5
5#CDD7F6
6#D7DFF8
7#E1E7FA
8#EBEFFC
9#F5F7FD
Tones
Muted variations
1#9FB0EA
2#A3B3E6
3#A7B5E1
4#ABB7DD
5#B0B9D9
6#B4BBD5
7#B8BED1
8#BCC0CD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D1 #C6D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAE #9BAEEE | BordersInactive statesPlaceholder text |
| 400 | 6684 #6684E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B61 #3B61DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2146 #2146C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A37 #1A3799 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1228 #12286D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C19 #0C1946 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E0E6FA;
--sky-blue-200: #C6D1F5;
--sky-blue-300: #9BAEEE;
--sky-blue-400: #6684E5;
--sky-blue-500: #3B61DE;
--sky-blue-600: #2146C0;
--sky-blue-700: #1A3799;
--sky-blue-800: #12286D;
--sky-blue-900: #0C1946;
--sky-blue-950: #07102C;
}