Sky Blue
#8DFCEF
CyanColor Codes
All color formats for development
HEX
#8DFCEFRGB
rgb(141, 252, 239)HSL
hsl(173, 95%, 77%)OKLCH
oklch(0.921 0.104 185.8)CMYK
cmyk(44%, 0%, 5%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBEA
2#40FAE4
3#1AF9DF
4#06E6CC
5#05BFAA
6#049988
7#037366
8#024D44
9#012622
Tints
Lighter variations
1#98FCF1
2#A4FDF2
3#AFFDF4
4#BAFDF5
5#C6FEF7
6#D1FEF9
7#DDFEFA
8#E8FEFC
9#F4FFFD
Tones
Muted variations
1#92F6EB
2#98F1E7
3#9DEBE2
4#A3E6DE
5#A8E0DA
6#AEDBD5
7#B4D5D1
8#B9CFCD
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCEF | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFEFA;
--sky-blue-200: #BEFDF6;
--sky-blue-300: #8DFCEF;
--sky-blue-400: #51FBE7;
--sky-blue-500: #1FF9E0;
--sky-blue-600: #06DBC2;
--sky-blue-700: #04AE9A;
--sky-blue-800: #037C6E;
--sky-blue-900: #025047;
--sky-blue-950: #01322C;
}