Sky Blue
#8EC6FB
BlueColor Codes
All color formats for development
HEX
#8EC6FBRGB
rgb(142, 198, 251)HSL
hsl(209, 93%, 77%)OKLCH
oklch(0.808 0.095 247.7)CMYK
cmyk(43%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68B3FA
2#42A0F8
3#1C8DF7
4#0879E3
5#0765BD
6#055198
7#043D72
8#03284C
9#011426
Tints
Lighter variations
1#99CCFB
2#A4D2FC
3#B0D7FC
4#BBDDFD
5#C6E3FD
6#D2E8FD
7#DDEEFE
8#E8F4FE
9#F4F9FF
Tones
Muted variations
1#93C6F5
2#99C6F0
3#9EC6EB
4#A4C5E5
5#A9C5E0
6#AFC5DA
7#B4C5D5
8#B9C5CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDF #BFDFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC6 #8EC6FB | BordersInactive statesPlaceholder text |
| 400 | 53A9 #53A9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2290 #2290F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0874 #0874D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065C #065CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0442 #04427B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032A #032A4F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEEFE;
--sky-blue-200: #BFDFFD;
--sky-blue-300: #8EC6FB;
--sky-blue-400: #53A9F9;
--sky-blue-500: #2290F7;
--sky-blue-600: #0874D9;
--sky-blue-700: #065CAC;
--sky-blue-800: #04427B;
--sky-blue-900: #032A4F;
--sky-blue-950: #021A31;
}