Sky Blue
#95F3F0
CyanColor Codes
All color formats for development
HEX
#95F3F0RGB
rgb(149, 243, 240)HSL
hsl(178, 80%, 77%)OKLCH
oklch(0.905 0.09 193.1)CMYK
cmyk(39%, 0%, 1%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFEB
2#4FEBE6
3#2BE7E1
4#18D4CE
5#14B1AB
6#108D89
7#0C6A67
8#084745
9#042322
Tints
Lighter variations
1#A0F4F2
2#ABF6F3
3#B5F7F5
4#C0F8F6
5#CAF9F8
6#D5FAF9
7#DFFBFB
8#EAFDFC
9#F4FEFE
Tones
Muted variations
1#9AEFEC
2#9FEAE7
3#A4E5E3
4#A8E1DF
5#ADDCDA
6#B2D7D6
7#B6D2D1
8#BBCECD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFA;
--sky-blue-200: #C3F8F7;
--sky-blue-300: #95F3F0;
--sky-blue-400: #5EEDE8;
--sky-blue-500: #30E8E2;
--sky-blue-600: #16CAC4;
--sky-blue-700: #12A19C;
--sky-blue-800: #0D736F;
--sky-blue-900: #084947;
--sky-blue-950: #052E2D;
}