Sky Blue
#8DFCE2
CyanColor Codes
All color formats for development
HEX
#8DFCE2RGB
rgb(141, 252, 226)HSL
hsl(166, 95%, 77%)OKLCH
oklch(0.917 0.109 176.8)CMYK
cmyk(44%, 0%, 10%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBD8
2#40FACF
3#1AF9C5
4#06E6B2
5#05BF94
6#049976
7#037359
8#024D3B
9#01261E
Tints
Lighter variations
1#98FCE5
2#A4FDE8
3#AFFDEB
4#BAFDEE
5#C6FEF1
6#D1FEF3
7#DDFEF6
8#E8FEF9
9#F4FFFC
Tones
Muted variations
1#92F6DF
2#98F1DC
3#9DEBD9
4#A3E6D6
5#A8E0D3
6#AEDBD0
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 #BEFDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE2 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD3 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503D | 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: #BEFDEF;
--sky-blue-300: #8DFCE2;
--sky-blue-400: #51FBD3;
--sky-blue-500: #1FF9C6;
--sky-blue-600: #06DBA9;
--sky-blue-700: #04AE86;
--sky-blue-800: #037C60;
--sky-blue-900: #02503D;
--sky-blue-950: #013226;
}