Sky Blue
#8FE6FA
CyanColor Codes
All color formats for development
HEX
#8FE6FARGB
rgb(143, 230, 250)HSL
hsl(191, 91%, 77%)OKLCH
oklch(0.877 0.088 214)CMYK
cmyk(43%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69DEF8
2#44D6F6
3#1ECDF4
4#0BBAE1
5#099BBC
6#077C96
7#055D71
8#043E4B
9#021F26
Tints
Lighter variations
1#9AE9FA
2#A5EBFB
3#B1EEFB
4#BCF0FC
5#C7F3FC
6#D2F5FD
7#DDF8FD
8#E9FAFE
9#F4FDFE
Tones
Muted variations
1#94E3F4
2#9ADFEF
3#9FDCEA
4#A4D9E4
5#AAD5DF
6#AFD2DA
7#B4CED4
8#BACBCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE6 #8FE6FA | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24CE #24CEF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB1 #0AB1D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088D #088DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #06647A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF7FD;
--sky-blue-200: #C0F1FC;
--sky-blue-300: #8FE6FA;
--sky-blue-400: #55D9F7;
--sky-blue-500: #24CEF5;
--sky-blue-600: #0AB1D6;
--sky-blue-700: #088DAA;
--sky-blue-800: #06647A;
--sky-blue-900: #04404E;
--sky-blue-950: #022831;
}