Sky Blue
#94F4F4
CyanColor Codes
All color formats for development
HEX
#94F4F4RGB
rgb(148, 244, 244)HSL
hsl(180, 81%, 77%)OKLCH
oklch(0.908 0.091 195.7)CMYK
cmyk(39%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0F0
2#4EECEC
3#2AE9E9
4#16D5D5
5#13B2B2
6#0F8E8E
7#0B6B6B
8#074747
9#042424
Tints
Lighter variations
1#9FF5F5
2#AAF6F6
3#B5F7F7
4#BFF8F8
5#CAF9F9
6#D5FBFB
7#DFFCFC
8#EAFDFD
9#F4FEFE
Tones
Muted variations
1#9AEFEF
2#9EEAEA
3#A3E6E6
4#A8E1E1
5#ADDCDC
6#B1D7D7
7#B6D3D3
8#BBCECE
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A4A | 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: #F1FEFE;
--sky-blue-100: #DFFCFC;
--sky-blue-200: #C3F9F9;
--sky-blue-300: #95F4F4;
--sky-blue-400: #5DEEEE;
--sky-blue-500: #2FE9E9;
--sky-blue-600: #15CBCB;
--sky-blue-700: #11A2A2;
--sky-blue-800: #0C7373;
--sky-blue-900: #084A4A;
--sky-blue-950: #052E2E;
}