Sky Blue
#95F3EF
CyanColor Codes
All color formats for development
HEX
#95F3EFRGB
rgb(149, 243, 239)HSL
hsl(177, 80%, 77%)OKLCH
oklch(0.905 0.09 192.2)CMYK
cmyk(39%, 0%, 2%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFE9
2#4FEBE4
3#2BE7DE
4#18D4CB
5#14B1A9
6#108D87
7#0C6A65
8#084744
9#042322
Tints
Lighter variations
1#A0F4F0
2#ABF6F2
3#B5F7F4
4#C0F8F5
5#CAF9F7
6#D5FAF8
7#DFFBFA
8#EAFDFC
9#F4FEFD
Tones
Muted variations
1#9AEFEA
2#9FEAE6
3#A4E5E2
4#A8E1DE
5#ADDCD9
6#B2D7D5
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 #C3F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | 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: #C3F8F6;
--sky-blue-300: #95F3EF;
--sky-blue-400: #5EEDE6;
--sky-blue-500: #30E8DF;
--sky-blue-600: #16CAC1;
--sky-blue-700: #12A19A;
--sky-blue-800: #0D736E;
--sky-blue-900: #084946;
--sky-blue-950: #052E2C;
}