Sky Blue
#8DFCED
CyanColor Codes
All color formats for development
HEX
#8DFCEDRGB
rgb(141, 252, 237)HSL
hsl(172, 95%, 77%)OKLCH
oklch(0.921 0.105 184.3)CMYK
cmyk(44%, 0%, 6%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBE7
2#40FAE1
3#1AF9DB
4#06E6C8
5#05BFA7
6#049985
7#037364
8#024D43
9#012621
Tints
Lighter variations
1#98FCEF
2#A4FDF1
3#AFFDF3
4#BAFDF4
5#C6FEF6
6#D1FEF8
7#DDFEFA
8#E8FEFB
9#F4FFFD
Tones
Muted variations
1#92F6E9
2#98F1E5
3#9DEBE1
4#A3E6DD
5#A8E0D9
6#AEDBD5
7#B4D5D1
8#B9CFCD
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCED | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025045 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFEFA;
--sky-blue-200: #BEFDF5;
--sky-blue-300: #8DFCED;
--sky-blue-400: #51FBE4;
--sky-blue-500: #1FF9DC;
--sky-blue-600: #06DBBE;
--sky-blue-700: #04AE97;
--sky-blue-800: #037C6C;
--sky-blue-900: #025045;
--sky-blue-950: #01322B;
}