Sky Blue
#97CDF2
BlueColor Codes
All color formats for development
HEX
#97CDF2RGB
rgb(151, 205, 242)HSL
hsl(204, 78%, 77%)OKLCH
oklch(0.824 0.077 238.8)CMYK
cmyk(38%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74BDEE
2#51ACE9
3#2E9CE5
4#1A88D2
5#1671AF
6#115B8C
7#0D4469
8#092D46
9#041723
Tints
Lighter variations
1#A1D2F3
2#ABD7F5
3#B6DCF6
4#C0E1F7
5#CBE6F9
6#D5EBFA
7#E0F0FB
8#EAF5FC
9#F5FAFE
Tones
Muted variations
1#9BCDEE
2#A0CCE9
3#A4CBE4
4#A9CAE0
5#ADC9DB
6#B2C8D7
7#B7C7D2
8#BBC6CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 60B4 #60B4EB | Disabled statesSecondary iconsMuted text |
| 500 | 339E #339EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1982 #1982C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1467 #14679F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4A #0E4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C4E3F8;
--sky-blue-300: #97CDF2;
--sky-blue-400: #60B4EB;
--sky-blue-500: #339EE6;
--sky-blue-600: #1982C8;
--sky-blue-700: #14679F;
--sky-blue-800: #0E4A71;
--sky-blue-900: #092F49;
--sky-blue-950: #061D2D;
}