Sky Blue
#8DFCE6
CyanColor Codes
All color formats for development
HEX
#8DFCE6RGB
rgb(141, 252, 230)HSL
hsl(168, 95%, 77%)OKLCH
oklch(0.919 0.108 179.4)CMYK
cmyk(44%, 0%, 9%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBDD
2#40FAD5
3#1AF9CC
4#06E6B9
5#05BF9A
6#04997B
7#03735C
8#024D3E
9#01261F
Tints
Lighter variations
1#98FCE8
2#A4FDEB
3#AFFDED
4#BAFDF0
5#C6FEF2
6#D1FEF5
7#DDFEF7
8#E8FEFA
9#F4FFFC
Tones
Muted variations
1#92F6E2
2#98F1DF
3#9DEBDC
4#A3E6D8
5#A8E0D5
6#AEDBD2
7#B4D5CE
8#B9CFCB
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE6 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025040 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFEF7;
--sky-blue-200: #BEFDF1;
--sky-blue-300: #8DFCE6;
--sky-blue-400: #51FBD9;
--sky-blue-500: #1FF9CE;
--sky-blue-600: #06DBB0;
--sky-blue-700: #04AE8C;
--sky-blue-800: #037C64;
--sky-blue-900: #025040;
--sky-blue-950: #013228;
}