Sky Blue
#8EE8FA
CyanColor Codes
All color formats for development
HEX
#8EE8FARGB
rgb(142, 232, 250)HSL
hsl(190, 92%, 77%)OKLCH
oklch(0.881 0.09 211.8)CMYK
cmyk(43%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69E1F9
2#43D9F7
3#1DD2F6
4#09BEE2
5#089EBC
6#067F97
7#055F71
8#033F4B
9#022026
Tints
Lighter variations
1#9AEBFB
2#A5EDFB
3#B0EFFC
4#BBF1FC
5#C7F4FD
6#D2F6FD
7#DDF8FE
8#E8FAFE
9#F4FDFF
Tones
Muted variations
1#94E5F5
2#99E1F0
3#9FDEEA
4#A4DAE5
5#A9D6DF
6#AFD3DA
7#B4CFD5
8#BACCCF
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 | BFF2 #BFF2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE8 #8EE8FA | BordersInactive statesPlaceholder text |
| 400 | 54DC #54DCF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D3 #23D3F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B5 #09B5D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0790 #0790AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0567 #05677A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424E | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | 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: #BFF2FC;
--sky-blue-300: #8EE8FA;
--sky-blue-400: #54DCF8;
--sky-blue-500: #23D3F6;
--sky-blue-600: #09B5D7;
--sky-blue-700: #0790AB;
--sky-blue-800: #05677A;
--sky-blue-900: #03424E;
--sky-blue-950: #022931;
}