Sky Blue
#8EB0FB
BlueColor Codes
All color formats for development
HEX
#8EB0FBRGB
rgb(142, 176, 251)HSL
hsl(221, 93%, 77%)OKLCH
oklch(0.762 0.115 265.1)CMYK
cmyk(43%, 30%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6896FA
2#427CF8
3#1C61F7
4#084EE3
5#0741BD
6#053498
7#042772
8#031A4C
9#010D26
Tints
Lighter variations
1#99B8FB
2#A4C0FC
3#B0C8FC
4#BBD0FD
5#C6D8FD
6#D2E0FD
7#DDE7FE
8#E8EFFE
9#F4F7FF
Tones
Muted variations
1#93B2F5
2#99B4F0
3#9EB6EB
4#A4B8E5
5#A9BAE0
6#AFBCDA
7#B4BED5
8#B9C0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD3 #BFD3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB0 #8EB0FB | BordersInactive statesPlaceholder text |
| 400 | 5387 #5387F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2265 #2265F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 084A #084AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 063B #063BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042A #042A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE7FE;
--sky-blue-200: #BFD3FD;
--sky-blue-300: #8EB0FB;
--sky-blue-400: #5387F9;
--sky-blue-500: #2265F7;
--sky-blue-600: #084AD9;
--sky-blue-700: #063BAC;
--sky-blue-800: #042A7B;
--sky-blue-900: #031B4F;
--sky-blue-950: #021131;
}