Sky Blue
#97E0F2
CyanColor Codes
All color formats for development
HEX
#97E0F2RGB
rgb(151, 224, 242)HSL
hsl(192, 78%, 77%)OKLCH
oklch(0.865 0.076 214.9)CMYK
cmyk(38%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74D5EE
2#51CBE9
3#2EC0E5
4#1AADD2
5#1690AF
6#11738C
7#0D5669
8#093A46
9#041D23
Tints
Lighter variations
1#A1E3F3
2#ABE6F5
3#B6E9F6
4#C0ECF7
5#CBEFF9
6#D5F3FA
7#E0F6FB
8#EAF9FC
9#F5FCFE
Tones
Muted variations
1#9BDDEE
2#A0DAE9
3#A4D8E4
4#A9D5E0
5#ADD2DB
6#B2CFD7
7#B7CDD2
8#BBCACD
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E0 #97E0F2 | BordersInactive statesPlaceholder text |
| 400 | 60D0 #60D0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C2 #33C2E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A5 #19A5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1483 #14839F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5E #0E5E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093C #093C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF6FB;
--sky-blue-200: #C4EDF8;
--sky-blue-300: #97E0F2;
--sky-blue-400: #60D0EB;
--sky-blue-500: #33C2E6;
--sky-blue-600: #19A5C8;
--sky-blue-700: #14839F;
--sky-blue-800: #0E5E71;
--sky-blue-900: #093C49;
--sky-blue-950: #06252D;
}