Sky Blue
#8BE9FE
CyanColor Codes
All color formats for development
HEX
#8BE9FERGB
rgb(139, 233, 254)HSL
hsl(191, 98%, 77%)OKLCH
oklch(0.883 0.094 213.7)CMYK
cmyk(45%, 8%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64E1FD
2#3DDAFD
3#16D2FD
4#02BFE9
5#029FC2
6#027F9C
7#015F75
8#01404E
9#002027
Tints
Lighter variations
1#96EBFE
2#A2EDFE
3#AEEFFE
4#B9F2FE
5#C5F4FE
6#D1F6FF
7#DCF8FF
8#E8FBFF
9#F3FDFF
Tones
Muted variations
1#91E5F8
2#96E1F2
3#9CDEED
4#A2DAE7
5#A8D7E1
6#ADD3DB
7#B3CFD6
8#B9CCD0
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE9 #8BE9FE | BordersInactive statesPlaceholder text |
| 400 | 4EDD #4EDDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD3 #1CD3FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02B6 #02B6DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0291 #0291B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0167 #01677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014251 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF8FF;
--sky-blue-200: #BDF2FE;
--sky-blue-300: #8BE9FE;
--sky-blue-400: #4EDDFD;
--sky-blue-500: #1CD3FD;
--sky-blue-600: #02B6DE;
--sky-blue-700: #0291B1;
--sky-blue-800: #01677E;
--sky-blue-900: #014251;
--sky-blue-950: #012932;
}