Sky Blue
#8EB4FB
BlueColor Codes
All color formats for development
HEX
#8EB4FBRGB
rgb(142, 180, 251)HSL
hsl(219, 93%, 77%)OKLCH
oklch(0.77 0.111 262.4)CMYK
cmyk(43%, 28%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#689BFA
2#4282F8
3#1C69F7
4#0855E3
5#0747BD
6#053998
7#042A72
8#031C4C
9#010E26
Tints
Lighter variations
1#99BBFB
2#A4C3FC
3#B0CAFC
4#BBD2FD
5#C6D9FD
6#D2E1FD
7#DDE8FE
8#E8F0FE
9#F4F7FF
Tones
Muted variations
1#93B6F5
2#99B7F0
3#9EB9EB
4#A4BBE5
5#A9BCE0
6#AFBEDA
7#B4BFD5
8#B9C1CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD5 #BFD5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB4 #8EB4FB | BordersInactive statesPlaceholder text |
| 400 | 538D #538DF9 | Disabled statesSecondary iconsMuted text |
| 500 | 226C #226CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0851 #0851D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0640 #0640AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042E #042E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031D #031D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE8FE;
--sky-blue-200: #BFD5FD;
--sky-blue-300: #8EB4FB;
--sky-blue-400: #538DF9;
--sky-blue-500: #226CF7;
--sky-blue-600: #0851D9;
--sky-blue-700: #0640AC;
--sky-blue-800: #042E7B;
--sky-blue-900: #031D4F;
--sky-blue-950: #021231;
}