Sky Blue
#95F3D1
GreenColor Codes
All color formats for development
HEX
#95F3D1RGB
rgb(149, 243, 209)HSL
hsl(158, 80%, 77%)OKLCH
oklch(0.896 0.102 168.9)CMYK
cmyk(39%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFC1
2#4FEBB2
3#2BE7A3
4#18D48F
5#14B177
6#108D5F
7#0C6A47
8#084730
9#042318
Tints
Lighter variations
1#A0F4D5
2#ABF6DA
3#B5F7DF
4#C0F8E3
5#CAF9E8
6#D5FAED
7#DFFBF1
8#EAFDF6
9#F4FEFA
Tones
Muted variations
1#9AEFD0
2#9FEACE
3#A4E5CD
4#A8E1CC
5#ADDCCB
6#B2D7C9
7#B6D2C8
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 #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D1 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB9 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084932 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF1;
--sky-blue-200: #C3F8E5;
--sky-blue-300: #95F3D1;
--sky-blue-400: #5EEDB9;
--sky-blue-500: #30E8A5;
--sky-blue-600: #16CA88;
--sky-blue-700: #12A16C;
--sky-blue-800: #0D734D;
--sky-blue-900: #084932;
--sky-blue-950: #052E1F;
}