Sky Blue
#94F4DC
CyanColor Codes
All color formats for development
HEX
#94F4DCRGB
rgb(148, 244, 220)HSL
hsl(165, 81%, 77%)OKLCH
oklch(0.901 0.098 176.2)CMYK
cmyk(39%, 0%, 10%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0D0
2#4EECC5
3#2AE9B9
4#16D5A6
5#13B28A
6#0F8E6E
7#0B6B53
8#074737
9#04241C
Tints
Lighter variations
1#9FF5E0
2#AAF6E3
3#B5F7E7
4#BFF8EA
5#CAF9EE
6#D5FBF1
7#DFFCF5
8#EAFDF8
9#F4FEFC
Tones
Muted variations
1#9AEFDA
2#9EEAD7
3#A3E6D5
4#A8E1D3
5#ADDCD0
6#B1D7CE
7#B6D3CB
8#BBCEC9
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECA | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A27D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735A | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A39 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DFFCF4;
--sky-blue-200: #C3F9EB;
--sky-blue-300: #95F4DC;
--sky-blue-400: #5DEECA;
--sky-blue-500: #2FE9BB;
--sky-blue-600: #15CB9E;
--sky-blue-700: #11A27D;
--sky-blue-800: #0C735A;
--sky-blue-900: #084A39;
--sky-blue-950: #052E24;
}