Sky Blue
#97CFF2
BlueColor Codes
All color formats for development
HEX
#97CFF2RGB
rgb(151, 207, 242)HSL
hsl(203, 78%, 77%)OKLCH
oklch(0.828 0.076 236.3)CMYK
cmyk(38%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74BFEE
2#51AFE9
3#2E9FE5
4#1A8BD2
5#1674AF
6#115D8C
7#0D4669
8#092E46
9#041723
Tints
Lighter variations
1#A1D4F3
2#ABD9F5
3#B6DDF6
4#C0E2F7
5#CBE7F9
6#D5ECFA
7#E0F1FB
8#EAF5FC
9#F5FAFE
Tones
Muted variations
1#9BCEEE
2#A0CDE9
3#A4CCE4
4#A9CBE0
5#ADCADB
6#B2C9D7
7#B7C8D2
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 | C4E4 #C4E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CF #97CFF2 | BordersInactive statesPlaceholder text |
| 400 | 60B6 #60B6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A1 #33A1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1985 #1985C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1469 #14699F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4B #0E4B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0930 #093049 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | 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: #C4E4F8;
--sky-blue-300: #97CFF2;
--sky-blue-400: #60B6EB;
--sky-blue-500: #33A1E6;
--sky-blue-600: #1985C8;
--sky-blue-700: #14699F;
--sky-blue-800: #0E4B71;
--sky-blue-900: #093049;
--sky-blue-950: #061E2D;
}