Sky Blue
#75ACD7
BlueColor Codes
All color formats for development
HEX
#75ACD7RGB
rgb(117, 172, 215)HSL
hsl(206, 55%, 65%)OKLCH
oklch(0.723 0.085 242.9)CMYK
cmyk(46%, 20%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B9DCF
2#418EC8
3#347DB4
4#2D6B9A
5#255980
6#1E4767
7#16354D
8#0F2433
9#07121A
Tints
Lighter variations
1#82B5DB
2#90BDDF
3#9EC5E3
4#ACCDE7
5#BAD6EB
6#C8DEEF
7#D5E6F3
8#E3EEF7
9#F1F7FB
Tones
Muted variations
1#7AACD2
2#7EABCD
3#83AAC8
4#88AAC3
5#8DA9BE
6#92A8B9
7#97A8B4
8#9CA7B0
9#A1A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 75AC #75ACD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D95 #4D95CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3278 #3278AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2860 #28608A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3EEF7;
--sky-blue-200: #CCE0F0;
--sky-blue-300: #A4C9E5;
--sky-blue-400: #75ACD7;
--sky-blue-500: #4D95CB;
--sky-blue-600: #3278AE;
--sky-blue-700: #28608A;
--sky-blue-800: #1D4463;
--sky-blue-900: #122C3F;
--sky-blue-950: #0B1B28;
}