Sky Blue
#94F5F3
CyanColor Codes
All color formats for development
HEX
#94F5F3RGB
rgb(148, 245, 243)HSL
hsl(179, 83%, 77%)OKLCH
oklch(0.91 0.092 194)CMYK
cmyk(40%, 0%, 1%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2F0
2#4CEEEC
3#28EBE8
4#14D8D4
5#11B4B1
6#0D908E
7#0A6C6A
8#074847
9#032423
Tints
Lighter variations
1#9EF6F5
2#A9F7F6
3#B4F8F7
4#BFF9F8
5#C9FAF9
6#D4FBFA
7#DFFCFC
8#EAFDFD
9#F4FEFE
Tones
Muted variations
1#99F0EF
2#9DEBEA
3#A2E6E5
4#A7E2E1
5#ACDDDC
6#B1D8D7
7#B6D3D2
8#BBCECE
9#BFC9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0ED | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DEFCFB;
--sky-blue-200: #C2F9F8;
--sky-blue-300: #94F5F3;
--sky-blue-400: #5CF0ED;
--sky-blue-500: #2DEBE8;
--sky-blue-600: #13CDCA;
--sky-blue-700: #0FA3A1;
--sky-blue-800: #0B7573;
--sky-blue-900: #074B4A;
--sky-blue-950: #042F2E;
}