Sky Blue
#94F5F5
CyanColor Codes
All color formats for development
HEX
#94F5F5RGB
rgb(148, 245, 245)HSL
hsl(180, 83%, 77%)OKLCH
oklch(0.911 0.092 195.7)CMYK
cmyk(40%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2F2
2#4CEEEE
3#28EBEB
4#14D8D8
5#11B4B4
6#0D9090
7#0A6C6C
8#074848
9#032424
Tints
Lighter variations
1#9EF6F6
2#A9F7F7
3#B4F8F8
4#BFF9F9
5#C9FAFA
6#D4FBFB
7#DFFCFC
8#EAFDFD
9#F4FEFE
Tones
Muted variations
1#99F0F0
2#9DEBEB
3#A2E6E6
4#A7E2E2
5#ACDDDD
6#B1D8D8
7#B6D3D3
8#BBCECE
9#BFC9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DEFCFC;
--sky-blue-200: #C2F9F9;
--sky-blue-300: #94F5F5;
--sky-blue-400: #5CF0F0;
--sky-blue-500: #2DEBEB;
--sky-blue-600: #13CDCD;
--sky-blue-700: #0FA3A3;
--sky-blue-800: #0B7575;
--sky-blue-900: #074B4B;
--sky-blue-950: #042F2F;
}