Sky Blue
#95F3F3
CyanColor Codes
All color formats for development
HEX
#95F3F3RGB
rgb(149, 243, 243)HSL
hsl(180, 80%, 77%)OKLCH
oklch(0.906 0.09 195.7)CMYK
cmyk(39%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFEF
2#4FEBEB
3#2BE7E7
4#18D4D4
5#14B1B1
6#108D8D
7#0C6A6A
8#084747
9#042323
Tints
Lighter variations
1#A0F4F4
2#ABF6F6
3#B5F7F7
4#C0F8F8
5#CAF9F9
6#D5FAFA
7#DFFBFB
8#EAFDFD
9#F4FEFE
Tones
Muted variations
1#9AEFEF
2#9FEAEA
3#A4E5E5
4#A8E1E1
5#ADDCDC
6#B2D7D7
7#B6D2D2
8#BBCECE
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 #C3F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDED | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A1A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | 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: #C3F8F8;
--sky-blue-300: #95F3F3;
--sky-blue-400: #5EEDED;
--sky-blue-500: #30E8E8;
--sky-blue-600: #16CACA;
--sky-blue-700: #12A1A1;
--sky-blue-800: #0D7373;
--sky-blue-900: #084949;
--sky-blue-950: #052E2E;
}