Sky Blue
#95F3DF
CyanColor Codes
All color formats for development
HEX
#95F3DFRGB
rgb(149, 243, 223)HSL
hsl(167, 80%, 77%)OKLCH
oklch(0.9 0.094 178.9)CMYK
cmyk(39%, 0%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFD4
2#4FEBC9
3#2BE7BF
4#18D4AB
5#14B18F
6#108D72
7#0C6A56
8#084739
9#04231D
Tints
Lighter variations
1#A0F4E2
2#ABF6E5
3#B5F7E9
4#C0F8EC
5#CAF9EF
6#D5FAF2
7#DFFBF5
8#EAFDF9
9#F4FEFC
Tones
Muted variations
1#9AEFDC
2#9FEADA
3#A4E5D7
4#A8E1D4
5#ADDCD2
6#B2D7CF
7#B6D2CC
8#BBCECA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDCE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493B | 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: #F1FDFB;
--sky-blue-100: #DFFBF5;
--sky-blue-200: #C3F8ED;
--sky-blue-300: #95F3DF;
--sky-blue-400: #5EEDCE;
--sky-blue-500: #30E8C0;
--sky-blue-600: #16CAA3;
--sky-blue-700: #12A182;
--sky-blue-800: #0D735D;
--sky-blue-900: #08493B;
--sky-blue-950: #052E25;
}