Sky Blue
#95F3ED
CyanColor Codes
All color formats for development
HEX
#95F3EDRGB
rgb(149, 243, 237)HSL
hsl(176, 80%, 77%)OKLCH
oklch(0.904 0.09 190.5)CMYK
cmyk(39%, 0%, 2%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFE7
2#4FEBE1
3#2BE7DB
4#18D4C7
5#14B1A6
6#108D85
7#0C6A64
8#084742
9#042321
Tints
Lighter variations
1#A0F4EF
2#ABF6F1
3#B5F7F2
4#C0F8F4
5#CAF9F6
6#D5FAF8
7#DFFBFA
8#EAFDFB
9#F4FEFD
Tones
Muted variations
1#9AEFE9
2#9FEAE5
3#A4E5E1
4#A8E1DD
5#ADDCD9
6#B2D7D5
7#B6D2D1
8#BBCECC
9#C0C9C8
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 #C3F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3ED | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084945 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | 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: #C3F8F5;
--sky-blue-300: #95F3ED;
--sky-blue-400: #5EEDE4;
--sky-blue-500: #30E8DC;
--sky-blue-600: #16CABE;
--sky-blue-700: #12A197;
--sky-blue-800: #0D736C;
--sky-blue-900: #084945;
--sky-blue-950: #052E2B;
}