Sky Blue
#8DE9FC
CyanColor Codes
All color formats for development
HEX
#8DE9FCRGB
rgb(141, 233, 252)HSL
hsl(190, 95%, 77%)OKLCH
oklch(0.883 0.092 212.3)CMYK
cmyk(44%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66E2FB
2#40DBFA
3#1AD4F9
4#06C0E6
5#05A0BF
6#048099
7#036073
8#02404D
9#012026
Tints
Lighter variations
1#98ECFC
2#A4EEFD
3#AFF0FD
4#BAF2FD
5#C6F4FE
6#D1F6FE
7#DDF9FE
8#E8FBFE
9#F4FDFF
Tones
Muted variations
1#92E6F6
2#98E2F1
3#9DDEEB
4#A3DBE6
5#A8D7E0
6#AED3DB
7#B4CFD5
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 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FC | BordersInactive statesPlaceholder text |
| 400 | 51DE #51DEFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD5 #1FD5F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B7 #06B7DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0368 #03687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | 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: #DCF8FE;
--sky-blue-200: #BEF3FD;
--sky-blue-300: #8DE9FC;
--sky-blue-400: #51DEFB;
--sky-blue-500: #1FD5F9;
--sky-blue-600: #06B7DB;
--sky-blue-700: #0492AE;
--sky-blue-800: #03687C;
--sky-blue-900: #024350;
--sky-blue-950: #012A32;
}