Sky Blue
#97EAF2
CyanColor Codes
All color formats for development
HEX
#97EAF2RGB
rgb(151, 234, 242)HSL
hsl(185, 78%, 77%)OKLCH
oklch(0.887 0.081 203.6)CMYK
cmyk(38%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74E4EE
2#51DDE9
3#2ED6E5
4#1AC2D2
5#16A2AF
6#11828C
7#0D6169
8#094146
9#042023
Tints
Lighter variations
1#A1EDF3
2#ABEFF5
3#B6F1F6
4#C0F3F7
5#CBF5F9
6#D5F7FA
7#E0F9FB
8#EAFBFC
9#F5FDFE
Tones
Muted variations
1#9BE7EE
2#A0E3E9
3#A4DFE4
4#A9DBE0
5#ADD7DB
6#B2D4D7
7#B7D0D2
8#BBCCCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EA #97EAF2 | BordersInactive statesPlaceholder text |
| 400 | 60E0 #60E0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33D7 #33D7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B9 #19B9C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1493 #14939F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E69 #0E6971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF9FB;
--sky-blue-200: #C4F3F8;
--sky-blue-300: #97EAF2;
--sky-blue-400: #60E0EB;
--sky-blue-500: #33D7E6;
--sky-blue-600: #19B9C8;
--sky-blue-700: #14939F;
--sky-blue-800: #0E6971;
--sky-blue-900: #094349;
--sky-blue-950: #062A2D;
}