Sky Blue
#94F5F2
CyanColor Codes
All color formats for development
HEX
#94F5F2RGB
rgb(148, 245, 242)HSL
hsl(178, 83%, 77%)OKLCH
oklch(0.91 0.092 193.1)CMYK
cmyk(40%, 0%, 1%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2ED
2#4CEEE9
3#28EBE5
4#14D8D1
5#11B4AE
6#0D908B
7#0A6C69
8#074846
9#032423
Tints
Lighter variations
1#9EF6F3
2#A9F7F4
3#B4F8F6
4#BFF9F7
5#C9FAF8
6#D4FBFA
7#DFFCFB
8#EAFDFC
9#F4FEFE
Tones
Muted variations
1#99F0ED
2#9DEBE9
3#A2E6E4
4#A7E2E0
5#ACDDDB
6#B1D8D7
7#B6D3D2
8#BBCECD
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 #94F5F2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0EB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | 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: #94F5F2;
--sky-blue-400: #5CF0EB;
--sky-blue-500: #2DEBE5;
--sky-blue-600: #13CDC7;
--sky-blue-700: #0FA39E;
--sky-blue-800: #0B7571;
--sky-blue-900: #074B48;
--sky-blue-950: #042F2D;
}