Sky Blue
#97E6F2
CyanColor Codes
All color formats for development
HEX
#97E6F2RGB
rgb(151, 230, 242)HSL
hsl(188, 78%, 77%)OKLCH
oklch(0.878 0.079 207.9)CMYK
cmyk(38%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74DDEE
2#51D5E9
3#2ECDE5
4#1AB9D2
5#169AAF
6#117B8C
7#0D5D69
8#093E46
9#041F23
Tints
Lighter variations
1#A1E8F3
2#ABEBF5
3#B6EDF6
4#C0F0F7
5#CBF2F9
6#D5F5FA
7#E0F7FB
8#EAFAFC
9#F5FCFE
Tones
Muted variations
1#9BE3EE
2#A0DFE9
3#A4DCE4
4#A9D8E0
5#ADD5DB
6#B2D2D7
7#B7CED2
8#BBCBCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E6 #97E6F2 | BordersInactive statesPlaceholder text |
| 400 | 60D9 #60D9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CE #33CEE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B0 #19B0C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148C #148C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E64 #0E6471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C4F1F8;
--sky-blue-300: #97E6F2;
--sky-blue-400: #60D9EB;
--sky-blue-500: #33CEE6;
--sky-blue-600: #19B0C8;
--sky-blue-700: #148C9F;
--sky-blue-800: #0E6471;
--sky-blue-900: #094049;
--sky-blue-950: #06282D;
}