Sky Blue
#8DFCEB
CyanColor Codes
All color formats for development
HEX
#8DFCEBRGB
rgb(141, 252, 235)HSL
hsl(171, 95%, 77%)OKLCH
oklch(0.92 0.106 182.9)CMYK
cmyk(44%, 0%, 7%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBE5
2#40FADE
3#1AF9D8
4#06E6C4
5#05BFA3
6#049983
7#037362
8#024D41
9#012621
Tints
Lighter variations
1#98FCED
2#A4FDEF
3#AFFDF1
4#BAFDF3
5#C6FEF5
6#D1FEF7
7#DDFEF9
8#E8FEFB
9#F4FFFD
Tones
Muted variations
1#92F6E7
2#98F1E4
3#9DEBE0
4#A3E6DC
5#A8E0D8
6#AEDBD4
7#B4D5D0
8#B9CFCC
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCEB | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025044 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFEF9;
--sky-blue-200: #BEFDF4;
--sky-blue-300: #8DFCEB;
--sky-blue-400: #51FBE1;
--sky-blue-500: #1FF9D9;
--sky-blue-600: #06DBBB;
--sky-blue-700: #04AE95;
--sky-blue-800: #037C6A;
--sky-blue-900: #025044;
--sky-blue-950: #01322A;
}