Sky Blue
#97ECF2
CyanColor Codes
All color formats for development
HEX
#97ECF2RGB
rgb(151, 236, 242)HSL
hsl(184, 78%, 77%)OKLCH
oklch(0.891 0.083 201.5)CMYK
cmyk(38%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74E6EE
2#51DFE9
3#2ED9E5
4#1AC5D2
5#16A5AF
6#11848C
7#0D6369
8#094246
9#042123
Tints
Lighter variations
1#A1EEF3
2#ABF0F5
3#B6F2F6
4#C0F4F7
5#CBF5F9
6#D5F7FA
7#E0F9FB
8#EAFBFC
9#F5FDFE
Tones
Muted variations
1#9BE8EE
2#A0E4E9
3#A4E0E4
4#A9DCE0
5#ADD8DB
6#B2D4D7
7#B7D0D2
8#BBCCCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EC #97ECF2 | BordersInactive statesPlaceholder text |
| 400 | 60E2 #60E2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DA #33DAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BC #19BCC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1496 #14969F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6B #0E6B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFF9FB;
--sky-blue-200: #C4F4F8;
--sky-blue-300: #97ECF2;
--sky-blue-400: #60E2EB;
--sky-blue-500: #33DAE6;
--sky-blue-600: #19BCC8;
--sky-blue-700: #14969F;
--sky-blue-800: #0E6B71;
--sky-blue-900: #094449;
--sky-blue-950: #062B2D;
}