Sky Blue
#95F4D4
GreenColor Codes
All color formats for development
HEX
#95F4D4RGB
rgb(149, 244, 212)HSL
hsl(160, 81%, 77%)OKLCH
oklch(0.899 0.102 170.4)CMYK
cmyk(39%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0C6
2#4EECB8
3#2AE9A9
4#16D596
5#13B27D
6#0F8E64
7#0B6B4B
8#074732
9#042419
Tints
Lighter variations
1#9FF5D8
2#AAF6DD
3#B5F7E1
4#BFF8E5
5#CAF9EA
6#D5FBEE
7#DFFCF2
8#EAFDF6
9#F4FEFB
Tones
Muted variations
1#9AEFD3
2#9EEAD1
3#A3E6CF
4#A8E1CE
5#ADDCCC
6#B1D7CB
7#B6D3C9
8#BBCEC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEBE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A34 | 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: #DFFCF2;
--sky-blue-200: #C3F9E7;
--sky-blue-300: #95F4D4;
--sky-blue-400: #5DEEBE;
--sky-blue-500: #2FE9AB;
--sky-blue-600: #15CB8E;
--sky-blue-700: #11A271;
--sky-blue-800: #0C7351;
--sky-blue-900: #084A34;
--sky-blue-950: #052E20;
}