Sky Blue
#94F4D3
GreenColor Codes
All color formats for development
HEX
#94F4D3RGB
rgb(148, 244, 211)HSL
hsl(159, 81%, 77%)OKLCH
oklch(0.898 0.103 169.9)CMYK
cmyk(39%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0C4
2#4EECB5
3#2AE9A6
4#16D592
5#13B27A
6#0F8E62
7#0B6B49
8#074731
9#042418
Tints
Lighter variations
1#9FF5D7
2#AAF6DB
3#B5F7E0
4#BFF8E4
5#CAF9E9
6#D5FBED
7#DFFCF2
8#EAFDF6
9#F4FEFB
Tones
Muted variations
1#9AEFD1
2#9EEAD0
3#A3E6CE
4#A8E1CD
5#ADDCCB
6#B1D7CA
7#B6D3C9
8#BBCEC7
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D3 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEBB | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A26F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C734F | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A33 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DFFCF1;
--sky-blue-200: #C3F9E6;
--sky-blue-300: #95F4D3;
--sky-blue-400: #5DEEBB;
--sky-blue-500: #2FE9A8;
--sky-blue-600: #15CB8B;
--sky-blue-700: #11A26F;
--sky-blue-800: #0C734F;
--sky-blue-900: #084A33;
--sky-blue-950: #052E20;
}