Sky Blue
#95F3D9
GreenColor Codes
All color formats for development
HEX
#95F3D9RGB
rgb(149, 243, 217)HSL
hsl(163, 80%, 77%)OKLCH
oklch(0.898 0.097 174.4)CMYK
cmyk(39%, 0%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFCC
2#4FEBBF
3#2BE7B2
4#18D49F
5#14B184
6#108D6A
7#0C6A4F
8#084735
9#04231A
Tints
Lighter variations
1#A0F4DD
2#ABF6E0
3#B5F7E4
4#C0F8E8
5#CAF9EC
6#D5FAF0
7#DFFBF4
8#EAFDF7
9#F4FEFB
Tones
Muted variations
1#9AEFD7
2#9FEAD5
3#A4E5D3
4#A8E1D1
5#ADDCCF
6#B2D7CC
7#B6D2CA
8#BBCEC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A178 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084937 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF3;
--sky-blue-200: #C3F8E9;
--sky-blue-300: #95F3D9;
--sky-blue-400: #5EEDC5;
--sky-blue-500: #30E8B4;
--sky-blue-600: #16CA97;
--sky-blue-700: #12A178;
--sky-blue-800: #0D7356;
--sky-blue-900: #084937;
--sky-blue-950: #052E22;
}