Sky Blue
#8CE6FD
CyanColor Codes
All color formats for development
HEX
#8CE6FDRGB
rgb(140, 230, 253)HSL
hsl(192, 97%, 77%)OKLCH
oklch(0.876 0.092 216)CMYK
cmyk(45%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65DEFD
2#3ED6FC
3#17CEFB
4#04BAE8
5#039BC1
6#027C9B
7#025D74
8#013E4D
9#011F27
Tints
Lighter variations
1#97E9FD
2#A3EBFE
3#AEEEFE
4#BAF0FE
5#C5F3FE
6#D1F5FE
7#DCF8FE
8#E8FAFF
9#F3FDFF
Tones
Muted variations
1#91E3F8
2#97E0F2
3#9DDCEC
4#A2D9E6
5#A8D5E1
6#AED2DB
7#B3CFD5
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 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE6 #8BE6FD | BordersInactive statesPlaceholder text |
| 400 | 4FDA #4FDAFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DCF #1DCFFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B2 #03B2DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 038D #038DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0265 #02657E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0141 #014150 | 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: #DCF8FE;
--sky-blue-200: #BEF1FE;
--sky-blue-300: #8BE6FD;
--sky-blue-400: #4FDAFC;
--sky-blue-500: #1DCFFC;
--sky-blue-600: #03B2DD;
--sky-blue-700: #038DB0;
--sky-blue-800: #02657E;
--sky-blue-900: #014150;
--sky-blue-950: #012832;
}