Sky Blue
#8DFCE4
CyanColor Codes
All color formats for development
HEX
#8DFCE4RGB
rgb(141, 252, 228)HSL
hsl(167, 95%, 77%)OKLCH
oklch(0.918 0.109 178.1)CMYK
cmyk(44%, 0%, 10%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBDB
2#40FAD2
3#1AF9C9
4#06E6B5
5#05BF97
6#049979
7#03735B
8#024D3C
9#01261E
Tints
Lighter variations
1#98FCE7
2#A4FDE9
3#AFFDEC
4#BAFDEF
5#C6FEF1
6#D1FEF4
7#DDFEF7
8#E8FEFA
9#F4FFFC
Tones
Muted variations
1#92F6E1
2#98F1DE
3#9DEBDA
4#A3E6D7
5#A8E0D4
6#AEDBD1
7#B4D5CE
8#B9CFCB
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE4 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DCFEF7;
--sky-blue-200: #BEFDF0;
--sky-blue-300: #8DFCE4;
--sky-blue-400: #51FBD6;
--sky-blue-500: #1FF9CA;
--sky-blue-600: #06DBAD;
--sky-blue-700: #04AE89;
--sky-blue-800: #037C62;
--sky-blue-900: #02503F;
--sky-blue-950: #013227;
}