Sky Blue
#97F2E0
CyanColor Codes
All color formats for development
HEX
#97F2E0RGB
rgb(151, 242, 224)HSL
hsl(168, 78%, 77%)OKLCH
oklch(0.899 0.091 180.1)CMYK
cmyk(38%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EED5
2#51E9CB
3#2EE5C0
4#1AD2AD
5#16AF90
6#118C73
7#0D6956
8#09463A
9#04231D
Tints
Lighter variations
1#A1F3E3
2#ABF5E6
3#B6F6E9
4#C0F7EC
5#CBF9EF
6#D5FAF3
7#E0FBF6
8#EAFCF9
9#F5FEFC
Tones
Muted variations
1#9BEEDD
2#A0E9DA
3#A4E4D8
4#A9E0D5
5#ADDBD2
6#B2D7CF
7#B7D2CD
8#BBCDCA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF6;
--sky-blue-200: #C4F8ED;
--sky-blue-300: #97F2E0;
--sky-blue-400: #60EBD0;
--sky-blue-500: #33E6C2;
--sky-blue-600: #19C8A5;
--sky-blue-700: #149F83;
--sky-blue-800: #0E715E;
--sky-blue-900: #09493C;
--sky-blue-950: #062D25;
}