Sky Blue
#94F4DE
CyanColor Codes
All color formats for development
HEX
#94F4DERGB
rgb(148, 244, 222)HSL
hsl(166, 81%, 77%)OKLCH
oklch(0.901 0.097 177.7)CMYK
cmyk(39%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0D3
2#4EECC7
3#2AE9BC
4#16D5A9
5#13B28D
6#0F8E70
7#0B6B54
8#074738
9#04241C
Tints
Lighter variations
1#9FF5E1
2#AAF6E4
3#B5F7E8
4#BFF8EB
5#CAF9EE
6#D5FBF2
7#DFFCF5
8#EAFDF8
9#F4FEFC
Tones
Muted variations
1#9AEFDB
2#9EEAD9
3#A3E6D6
4#A8E1D4
5#ADDCD1
6#B1D7CE
7#B6D3CC
8#BBCEC9
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DFFCF5;
--sky-blue-200: #C3F9EC;
--sky-blue-300: #95F4DE;
--sky-blue-400: #5DEECC;
--sky-blue-500: #2FE9BE;
--sky-blue-600: #15CBA1;
--sky-blue-700: #11A280;
--sky-blue-800: #0C735B;
--sky-blue-900: #084A3A;
--sky-blue-950: #052E25;
}