Sky Blue
#8DFCE0
CyanColor Codes
All color formats for development
HEX
#8DFCE0RGB
rgb(141, 252, 224)HSL
hsl(165, 95%, 77%)OKLCH
oklch(0.917 0.11 175.5)CMYK
cmyk(44%, 0%, 11%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBD6
2#40FACC
3#1AF9C1
4#06E6AE
5#05BF91
6#049974
7#037357
8#024D3A
9#01261D
Tints
Lighter variations
1#98FCE3
2#A4FDE6
3#AFFDE9
4#BAFDED
5#C6FEF0
6#D1FEF3
7#DDFEF6
8#E8FEF9
9#F4FFFC
Tones
Muted variations
1#92F6DD
2#98F1DB
3#9DEBD8
4#A3E6D5
5#A8E0D2
6#AEDBCF
7#B4D5CD
8#B9CFCA
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE0 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD0 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503C | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DCFEF6;
--sky-blue-200: #BEFDEE;
--sky-blue-300: #8DFCE0;
--sky-blue-400: #51FBD0;
--sky-blue-500: #1FF9C3;
--sky-blue-600: #06DBA5;
--sky-blue-700: #04AE84;
--sky-blue-800: #037C5E;
--sky-blue-900: #02503C;
--sky-blue-950: #013226;
}