Sky Blue
#8CE8FD
CyanColor Codes
All color formats for development
HEX
#8CE8FDRGB
rgb(140, 232, 253)HSL
hsl(191, 97%, 77%)OKLCH
oklch(0.881 0.092 214)CMYK
cmyk(45%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65E1FD
2#3ED9FC
3#17D2FB
4#04BEE8
5#039EC1
6#027F9B
7#025F74
8#013F4D
9#012027
Tints
Lighter variations
1#97EBFD
2#A3EDFE
3#AEEFFE
4#BAF1FE
5#C5F4FE
6#D1F6FE
7#DCF8FE
8#E8FAFF
9#F3FDFF
Tones
Muted variations
1#91E5F8
2#97E1F2
3#9DDEEC
4#A2DAE6
5#A8D6E1
6#AED3DB
7#B3CFD5
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 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE8 #8BE8FD | BordersInactive statesPlaceholder text |
| 400 | 4FDD #4FDDFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD3 #1DD3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B5 #03B5DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0390 #0390B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0267 #02677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014250 | 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: #DCF8FE;
--sky-blue-200: #BEF2FE;
--sky-blue-300: #8BE8FD;
--sky-blue-400: #4FDDFC;
--sky-blue-500: #1DD3FC;
--sky-blue-600: #03B5DD;
--sky-blue-700: #0390B0;
--sky-blue-800: #02677E;
--sky-blue-900: #014250;
--sky-blue-950: #012932;
}