Sky Blue
#97F2E1
CyanColor Codes
All color formats for development
HEX
#97F2E1RGB
rgb(151, 242, 225)HSL
hsl(169, 78%, 77%)OKLCH
oklch(0.899 0.091 180.9)CMYK
cmyk(38%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EED7
2#51E9CD
3#2EE5C4
4#1AD2B0
5#16AF93
6#118C75
7#0D6958
8#09463B
9#04231D
Tints
Lighter variations
1#A1F3E4
2#ABF5E7
3#B6F6EA
4#C0F7ED
5#CBF9F0
6#D5FAF3
7#E0FBF6
8#EAFCF9
9#F5FEFC
Tones
Muted variations
1#9BEEDE
2#A0E9DC
3#A4E4D9
4#A9E0D6
5#ADDBD3
6#B2D7D0
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 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBD2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | 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: #C4F8EE;
--sky-blue-300: #97F2E1;
--sky-blue-400: #60EBD2;
--sky-blue-500: #33E6C5;
--sky-blue-600: #19C8A8;
--sky-blue-700: #149F85;
--sky-blue-800: #0E715F;
--sky-blue-900: #09493D;
--sky-blue-950: #062D26;
}