Sky Blue
#97DEF2
CyanColor Codes
All color formats for development
HEX
#97DEF2RGB
rgb(151, 222, 242)HSL
hsl(193, 78%, 77%)OKLCH
oklch(0.861 0.076 217.4)CMYK
cmyk(38%, 8%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74D3EE
2#51C8E9
3#2EBDE5
4#1AAAD2
5#168EAF
6#11718C
7#0D5569
8#093946
9#041C23
Tints
Lighter variations
1#A1E2F3
2#ABE5F5
3#B6E8F6
4#C0EBF7
5#CBEFF9
6#D5F2FA
7#E0F5FB
8#EAF8FC
9#F5FCFE
Tones
Muted variations
1#9BDCEE
2#A0D9E9
3#A4D6E4
4#A9D4E0
5#ADD1DB
6#B2CFD7
7#B7CCD2
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 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DE #97DEF2 | BordersInactive statesPlaceholder text |
| 400 | 60CD #60CDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33BF #33BFE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A2 #19A2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1481 #14819F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5C #0E5C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B49 | 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: #DFF5FB;
--sky-blue-200: #C4EDF8;
--sky-blue-300: #97DEF2;
--sky-blue-400: #60CDEB;
--sky-blue-500: #33BFE6;
--sky-blue-600: #19A2C8;
--sky-blue-700: #14819F;
--sky-blue-800: #0E5C71;
--sky-blue-900: #093B49;
--sky-blue-950: #06252D;
}