Sky Blue
#95F3F2
CyanColor Codes
All color formats for development
HEX
#95F3F2RGB
rgb(149, 243, 242)HSL
hsl(179, 80%, 77%)OKLCH
oklch(0.906 0.09 194.8)CMYK
cmyk(39%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFED
2#4FEBE9
3#2BE7E4
4#18D4D1
5#14B1AE
6#108D8B
7#0C6A68
8#084746
9#042323
Tints
Lighter variations
1#A0F4F3
2#ABF6F4
3#B5F7F6
4#C0F8F7
5#CAF9F8
6#D5FAFA
7#DFFBFB
8#EAFDFC
9#F4FEFE
Tones
Muted variations
1#9AEFED
2#9FEAE9
3#A4E5E4
4#A8E1E0
5#ADDCDB
6#B2D7D6
7#B6D2D2
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 #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDEB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084948 | 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: #DFFBFB;
--sky-blue-200: #C3F8F7;
--sky-blue-300: #95F3F2;
--sky-blue-400: #5EEDEB;
--sky-blue-500: #30E8E5;
--sky-blue-600: #16CAC7;
--sky-blue-700: #12A19E;
--sky-blue-800: #0D7371;
--sky-blue-900: #084948;
--sky-blue-950: #052E2D;
}