Sky Blue
#8BE5FE
CyanColor Codes
All color formats for development
HEX
#8BE5FERGB
rgb(139, 229, 254)HSL
hsl(193, 98%, 77%)OKLCH
oklch(0.874 0.093 217.6)CMYK
cmyk(45%, 10%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64DCFD
2#3DD3FD
3#16CBFD
4#02B7E9
5#0299C2
6#027A9C
7#015C75
8#013D4E
9#001F27
Tints
Lighter variations
1#96E8FE
2#A2EAFE
3#AEEDFE
4#B9EFFE
5#C5F2FE
6#D1F5FF
7#DCF7FF
8#E8FAFF
9#F3FCFF
Tones
Muted variations
1#91E2F8
2#96DEF2
3#9CDBED
4#A2D8E7
5#A8D5E1
6#ADD1DB
7#B3CED6
8#B9CBD0
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FE | BordersInactive statesPlaceholder text |
| 400 | 4ED7 #4ED7FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CCC #1CCCFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AF #02AFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 028B #028BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0163 #01637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F51 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF7FF;
--sky-blue-200: #BDF0FE;
--sky-blue-300: #8BE5FE;
--sky-blue-400: #4ED7FD;
--sky-blue-500: #1CCCFD;
--sky-blue-600: #02AFDE;
--sky-blue-700: #028BB1;
--sky-blue-800: #01637E;
--sky-blue-900: #013F51;
--sky-blue-950: #012832;
}