Sky Blue
#94F4E1
CyanColor Codes
All color formats for development
HEX
#94F4E1RGB
rgb(148, 244, 225)HSL
hsl(168, 81%, 77%)OKLCH
oklch(0.902 0.095 180)CMYK
cmyk(39%, 0%, 8%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0D7
2#4EECCD
3#2AE9C3
4#16D5AF
5#13B292
6#0F8E75
7#0B6B58
8#07473A
9#04241D
Tints
Lighter variations
1#9FF5E4
2#AAF6E7
3#B5F7EA
4#BFF8ED
5#CAF9F0
6#D5FBF3
7#DFFCF6
8#EAFDF9
9#F4FEFC
Tones
Muted variations
1#9AEFDE
2#9EEADB
3#A3E6D8
4#A8E1D5
5#ADDCD3
6#B1D7D0
7#B6D3CD
8#BBCECA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED1 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735F | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DFFCF6;
--sky-blue-200: #C3F9EE;
--sky-blue-300: #95F4E1;
--sky-blue-400: #5DEED1;
--sky-blue-500: #2FE9C4;
--sky-blue-600: #15CBA7;
--sky-blue-700: #11A285;
--sky-blue-800: #0C735F;
--sky-blue-900: #084A3D;
--sky-blue-950: #052E26;
}