Sky Blue
#95F3DC
CyanColor Codes
All color formats for development
HEX
#95F3DCRGB
rgb(149, 243, 220)HSL
hsl(165, 80%, 77%)OKLCH
oklch(0.899 0.096 176.6)CMYK
cmyk(39%, 0%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFD0
2#4FEBC4
3#2BE7B8
4#18D4A5
5#14B189
6#108D6E
7#0C6A52
8#084737
9#04231B
Tints
Lighter variations
1#A0F4DF
2#ABF6E3
3#B5F7E6
4#C0F8EA
5#CAF9ED
6#D5FAF1
7#DFFBF4
8#EAFDF8
9#F4FEFB
Tones
Muted variations
1#9AEFD9
2#9FEAD7
3#A4E5D5
4#A8E1D2
5#ADDCD0
6#B2D7CE
7#B6D2CB
8#BBCEC9
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DC | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF4;
--sky-blue-200: #C3F8EB;
--sky-blue-300: #95F3DC;
--sky-blue-400: #5EEDC9;
--sky-blue-500: #30E8BA;
--sky-blue-600: #16CA9D;
--sky-blue-700: #12A17D;
--sky-blue-800: #0D7359;
--sky-blue-900: #084939;
--sky-blue-950: #052E24;
}