Sky Blue
#94F4F3
CyanColor Codes
All color formats for development
HEX
#94F4F3RGB
rgb(148, 244, 243)HSL
hsl(179, 81%, 77%)OKLCH
oklch(0.908 0.091 194.8)CMYK
cmyk(39%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0EE
2#4EECEA
3#2AE9E5
4#16D5D2
5#13B2AF
6#0F8E8C
7#0B6B69
8#074746
9#042423
Tints
Lighter variations
1#9FF5F4
2#AAF6F5
3#B5F7F6
4#BFF8F7
5#CAF9F9
6#D5FBFA
7#DFFCFB
8#EAFDFC
9#F4FEFE
Tones
Muted variations
1#9AEFEE
2#9EEAE9
3#A3E6E4
4#A8E1E0
5#ADDCDB
6#B1D7D7
7#B6D3D2
8#BBCECE
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A49 | 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: #F1FEFD;
--sky-blue-100: #DFFCFB;
--sky-blue-200: #C3F9F8;
--sky-blue-300: #95F4F2;
--sky-blue-400: #5DEEEC;
--sky-blue-500: #2FE9E6;
--sky-blue-600: #15CBC8;
--sky-blue-700: #11A29F;
--sky-blue-800: #0C7372;
--sky-blue-900: #084A49;
--sky-blue-950: #052E2D;
}