Sky Blue
#95F4DF
CyanColor Codes
All color formats for development
HEX
#95F4DFRGB
rgb(149, 244, 223)HSL
hsl(167, 81%, 77%)OKLCH
oklch(0.902 0.096 178.3)CMYK
cmyk(39%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0D5
2#4EECCA
3#2AE9BF
4#16D5AC
5#13B28F
6#0F8E73
7#0B6B56
8#074739
9#04241D
Tints
Lighter variations
1#9FF5E2
2#AAF6E6
3#B5F7E9
4#BFF8EC
5#CAF9EF
6#D5FBF2
7#DFFCF5
8#EAFDF9
9#F4FEFC
Tones
Muted variations
1#9AEFDD
2#9EEADA
3#A3E6D7
4#A8E1D5
5#ADDCD2
6#B1D7CF
7#B6D3CC
8#BBCECA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DFFCF5;
--sky-blue-200: #C3F9ED;
--sky-blue-300: #95F4DF;
--sky-blue-400: #5DEECF;
--sky-blue-500: #2FE9C1;
--sky-blue-600: #15CBA4;
--sky-blue-700: #11A282;
--sky-blue-800: #0C735D;
--sky-blue-900: #084A3C;
--sky-blue-950: #052E25;
}