Sky Blue
#8EE7FA
CyanColor Codes
All color formats for development
HEX
#8EE7FARGB
rgb(142, 231, 250)HSL
hsl(191, 92%, 77%)OKLCH
oklch(0.879 0.089 212.8)CMYK
cmyk(43%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69DEF9
2#43D6F7
3#1DCEF6
4#09BAE2
5#089BBC
6#067C97
7#055D71
8#033E4B
9#021F26
Tints
Lighter variations
1#9AE9FB
2#A5EBFB
3#B0EEFC
4#BBF0FC
5#C7F3FD
6#D2F5FD
7#DDF8FE
8#E8FAFE
9#F4FDFF
Tones
Muted variations
1#94E3F5
2#99E0F0
3#9FDCEA
4#A4D9E5
5#A9D5DF
6#AFD2DA
7#B4CFD5
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 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FA | BordersInactive statesPlaceholder text |
| 400 | 54DA #54DAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23CF #23CFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B2 #09B2D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 078D #078DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0565 #05657A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414E | 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: #DDF8FE;
--sky-blue-200: #BFF1FC;
--sky-blue-300: #8EE7FA;
--sky-blue-400: #54DAF8;
--sky-blue-500: #23CFF6;
--sky-blue-600: #09B2D7;
--sky-blue-700: #078DAB;
--sky-blue-800: #05657A;
--sky-blue-900: #03414E;
--sky-blue-950: #022831;
}