Sky Blue
#75B3D7
BlueColor Codes
All color formats for development
HEX
#75B3D7RGB
rgb(117, 179, 215)HSL
hsl(202, 55%, 65%)OKLCH
oklch(0.738 0.082 235)CMYK
cmyk(46%, 17%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BA5CF
2#4197C8
3#3485B4
4#2D729A
5#255F80
6#1E4C67
7#16394D
8#0F2633
9#07131A
Tints
Lighter variations
1#82BADB
2#90C2DF
3#9ECAE3
4#ACD1E7
5#BAD9EB
6#C8E1EF
7#D5E8F3
8#E3F0F7
9#F1F7FB
Tones
Muted variations
1#7AB2D2
2#7EB0CD
3#83AFC8
4#88AEC3
5#8DACBE
6#92ABB9
7#97AAB4
8#9CA8B0
9#A1A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CD #A4CDE5 | BordersInactive statesPlaceholder text |
| 400 | 75B3 #75B3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9D #4D9DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3281 #3281AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2866 #28668A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122F #122F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3F0F7;
--sky-blue-200: #CCE3F0;
--sky-blue-300: #A4CDE5;
--sky-blue-400: #75B3D7;
--sky-blue-500: #4D9DCB;
--sky-blue-600: #3281AE;
--sky-blue-700: #28668A;
--sky-blue-800: #1D4963;
--sky-blue-900: #122F3F;
--sky-blue-950: #0B1D28;
}