Sky Blue
#75B6D7
BlueColor Codes
All color formats for development
HEX
#75B6D7RGB
rgb(117, 182, 215)HSL
hsl(200, 55%, 65%)OKLCH
oklch(0.745 0.082 231.4)CMYK
cmyk(46%, 15%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BA9CF
2#419BC8
3#3489B4
4#2D769A
5#256280
6#1E4E67
7#163B4D
8#0F2733
9#07141A
Tints
Lighter variations
1#82BDDB
2#90C5DF
3#9ECCE3
4#ACD3E7
5#BADBEB
6#C8E2EF
7#D5E9F3
8#E3F0F7
9#F1F8FB
Tones
Muted variations
1#7AB4D2
2#7EB3CD
3#83B1C8
4#88B0C3
5#8DAEBE
6#92ACB9
7#97ABB4
8#9CA9B0
9#A1A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CF #A4CFE5 | BordersInactive statesPlaceholder text |
| 400 | 75B6 #75B6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DA1 #4DA1CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3285 #3285AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 286A #286A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4B #1D4B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #12303F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F0F7;
--sky-blue-200: #CCE4F0;
--sky-blue-300: #A4CFE5;
--sky-blue-400: #75B6D7;
--sky-blue-500: #4DA1CB;
--sky-blue-600: #3285AE;
--sky-blue-700: #286A8A;
--sky-blue-800: #1D4B63;
--sky-blue-900: #12303F;
--sky-blue-950: #0B1E28;
}