Sky Blue
#95F3D4
GreenColor Codes
All color formats for development
HEX
#95F3D4RGB
rgb(149, 243, 212)HSL
hsl(160, 80%, 77%)OKLCH
oklch(0.897 0.1 170.9)CMYK
cmyk(39%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFC6
2#4FEBB7
3#2BE7A9
4#18D495
5#14B17C
6#108D63
7#0C6A4B
8#084732
9#042319
Tints
Lighter variations
1#A0F4D8
2#ABF6DD
3#B5F7E1
4#C0F8E5
5#CAF9E9
6#D5FAEE
7#DFFBF2
8#EAFDF6
9#F4FEFB
Tones
Muted variations
1#9AEFD2
2#9FEAD1
3#A4E5CF
4#A8E1CE
5#ADDCCC
6#B2D7CB
7#B6D2C9
8#BBCEC7
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDBE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084934 | 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: #F1FDF9;
--sky-blue-100: #DFFBF2;
--sky-blue-200: #C3F8E7;
--sky-blue-300: #95F3D4;
--sky-blue-400: #5EEDBE;
--sky-blue-500: #30E8AB;
--sky-blue-600: #16CA8E;
--sky-blue-700: #12A171;
--sky-blue-800: #0D7351;
--sky-blue-900: #084934;
--sky-blue-950: #052E20;
}