Sky Blue
#8BE5FD
CyanColor Codes
All color formats for development
HEX
#8BE5FDRGB
rgb(139, 229, 253)HSL
hsl(193, 97%, 77%)OKLCH
oklch(0.874 0.092 216.8)CMYK
cmyk(45%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65DCFD
2#3ED3FC
3#17CAFB
4#04B7E8
5#0398C1
6#027A9B
7#025B74
8#013D4D
9#011E27
Tints
Lighter variations
1#97E7FD
2#A3EAFE
3#AEEDFE
4#BAEFFE
5#C5F2FE
6#D1F4FE
7#DCF7FE
8#E8FAFF
9#F3FCFF
Tones
Muted variations
1#91E1F8
2#97DEF2
3#9DDBEC
4#A2D8E6
5#A8D4E1
6#AED1DB
7#B3CED5
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 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF0 #BEF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FD | BordersInactive statesPlaceholder text |
| 400 | 4FD7 #4FD7FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DCB #1DCBFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03AE #03AEDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 038A #038AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0263 #02637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F50 | 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: #DCF7FE;
--sky-blue-200: #BEF0FE;
--sky-blue-300: #8BE5FD;
--sky-blue-400: #4FD7FC;
--sky-blue-500: #1DCBFC;
--sky-blue-600: #03AEDD;
--sky-blue-700: #038AB0;
--sky-blue-800: #02637E;
--sky-blue-900: #013F50;
--sky-blue-950: #012832;
}