Sky Blue
#8DEBFC
CyanColor Codes
All color formats for development
HEX
#8DEBFCRGB
rgb(141, 235, 252)HSL
hsl(189, 95%, 77%)OKLCH
oklch(0.888 0.092 210.4)CMYK
cmyk(44%, 7%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66E5FB
2#40DEFA
3#1AD8F9
4#06C4E6
5#05A3BF
6#048399
7#036273
8#02414D
9#012126
Tints
Lighter variations
1#98EDFC
2#A4EFFD
3#AFF1FD
4#BAF3FD
5#C6F5FE
6#D1F7FE
7#DDF9FE
8#E8FBFE
9#F4FDFF
Tones
Muted variations
1#92E7F6
2#98E4F1
3#9DE0EB
4#A3DCE6
5#A8D8E0
6#AED4DB
7#B4D0D5
8#B9CCCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFC | BordersInactive statesPlaceholder text |
| 400 | 51E1 #51E1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD9 #1FD9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06BB #06BBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036A #036A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF9FE;
--sky-blue-200: #BEF4FD;
--sky-blue-300: #8DEBFC;
--sky-blue-400: #51E1FB;
--sky-blue-500: #1FD9F9;
--sky-blue-600: #06BBDB;
--sky-blue-700: #0495AE;
--sky-blue-800: #036A7C;
--sky-blue-900: #024450;
--sky-blue-950: #012A32;
}