Sky Blue
#97F2EA
CyanColor Codes
All color formats for development
HEX
#97F2EARGB
rgb(151, 242, 234)HSL
hsl(175, 78%, 77%)OKLCH
oklch(0.902 0.088 188.6)CMYK
cmyk(38%, 0%, 3%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEE4
2#51E9DD
3#2EE5D6
4#1AD2C2
5#16AFA2
6#118C82
7#0D6961
8#094641
9#042320
Tints
Lighter variations
1#A1F3ED
2#ABF5EF
3#B6F6F1
4#C0F7F3
5#CBF9F5
6#D5FAF7
7#E0FBF9
8#EAFCFB
9#F5FEFD
Tones
Muted variations
1#9BEEE7
2#A0E9E3
3#A4E4DF
4#A9E0DB
5#ADDBD7
6#B2D7D4
7#B7D2D0
8#BBCDCC
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C4F8F3;
--sky-blue-300: #97F2EA;
--sky-blue-400: #60EBE0;
--sky-blue-500: #33E6D7;
--sky-blue-600: #19C8B9;
--sky-blue-700: #149F93;
--sky-blue-800: #0E7169;
--sky-blue-900: #094943;
--sky-blue-950: #062D2A;
}