Sky Blue
#95F3EB
CyanColor Codes
All color formats for development
HEX
#95F3EBRGB
rgb(149, 243, 235)HSL
hsl(175, 80%, 77%)OKLCH
oklch(0.903 0.09 188.8)CMYK
cmyk(39%, 0%, 3%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFE5
2#4FEBDE
3#2BE7D8
4#18D4C4
5#14B1A4
6#108D83
7#0C6A62
8#084741
9#042321
Tints
Lighter variations
1#A0F4ED
2#ABF6EF
3#B5F7F1
4#C0F8F3
5#CAF9F5
6#D5FAF7
7#DFFBF9
8#EAFDFB
9#F4FEFD
Tones
Muted variations
1#9AEFE8
2#9FEAE4
3#A4E5E0
4#A8E1DC
5#ADDCD8
6#B2D7D4
7#B6D2D0
8#BBCECC
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084944 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C3F8F4;
--sky-blue-300: #95F3EB;
--sky-blue-400: #5EEDE1;
--sky-blue-500: #30E8D9;
--sky-blue-600: #16CABB;
--sky-blue-700: #12A195;
--sky-blue-800: #0D736A;
--sky-blue-900: #084944;
--sky-blue-950: #052E2A;
}