Sky Blue
#8DE4FC
CyanColor Codes
All color formats for development
HEX
#8DE4FCRGB
rgb(141, 228, 252)HSL
hsl(193, 95%, 77%)OKLCH
oklch(0.872 0.09 217.4)CMYK
cmyk(44%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66DBFB
2#40D2FA
3#1AC9F9
4#06B5E6
5#0597BF
6#047999
7#035B73
8#023C4D
9#011E26
Tints
Lighter variations
1#98E7FC
2#A4E9FD
3#AFECFD
4#BAEFFD
5#C6F1FE
6#D1F4FE
7#DDF7FE
8#E8FAFE
9#F4FCFF
Tones
Muted variations
1#92E1F6
2#98DEF1
3#9DDAEB
4#A3D7E6
5#A8D4E0
6#AED1DB
7#B4CED5
8#B9CBCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF0 #BEF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FC | BordersInactive statesPlaceholder text |
| 400 | 51D6 #51D6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FCA #1FCAF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06AD #06ADDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0489 #0489AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0362 #03627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF7FE;
--sky-blue-200: #BEF0FD;
--sky-blue-300: #8DE4FC;
--sky-blue-400: #51D6FB;
--sky-blue-500: #1FCAF9;
--sky-blue-600: #06ADDB;
--sky-blue-700: #0489AE;
--sky-blue-800: #03627C;
--sky-blue-900: #023F50;
--sky-blue-950: #012732;
}