Sky Blue
#9BAEED
BlueColor Codes
All color formats for development
HEX
#9BAEEDRGB
rgb(155, 174, 237)HSL
hsl(226, 69%, 77%)OKLCH
oklch(0.76 0.093 271.1)CMYK
cmyk(35%, 27%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B94E7
2#5A79E1
3#385EDB
4#254AC7
5#1E3EA6
6#183285
7#122564
8#0C1942
9#060C21
Tints
Lighter variations
1#A6B7EF
2#B0BFF0
3#BAC7F2
4#C4CFF4
5#CDD7F6
6#D7DFF8
7#E1E7FA
8#EBEFFB
9#F5F7FD
Tones
Muted variations
1#A0B1E9
2#A4B3E5
3#A8B5E1
4#ACB7DD
5#B0BAD9
6#B4BCD5
7#B8BED0
8#BCC0CC
9#C0C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAF #9CAFED | BordersInactive statesPlaceholder text |
| 400 | 6885 #6885E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D62 #3D62DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2347 #2347BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C38 #1C3897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1428 #14286C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1A #0D1A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E1E7F9;
--sky-blue-200: #C7D2F5;
--sky-blue-300: #9CAFED;
--sky-blue-400: #6885E3;
--sky-blue-500: #3D62DB;
--sky-blue-600: #2347BE;
--sky-blue-700: #1C3897;
--sky-blue-800: #14286C;
--sky-blue-900: #0D1A45;
--sky-blue-950: #08102B;
}