Sky Blue
#75BDD7
BlueColor Codes
All color formats for development
HEX
#75BDD7RGB
rgb(117, 189, 215)HSL
hsl(196, 55%, 65%)OKLCH
oklch(0.761 0.081 223.1)CMYK
cmyk(46%, 12%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BB0CF
2#41A4C8
3#3492B4
4#2D7D9A
5#256880
6#1E5367
7#163E4D
8#0F2A33
9#07151A
Tints
Lighter variations
1#82C3DB
2#90CADF
3#9ED1E3
4#ACD7E7
5#BADEEB
6#C8E4EF
7#D5EBF3
8#E3F2F7
9#F1F8FB
Tones
Muted variations
1#7ABAD2
2#7EB8CD
3#83B6C8
4#88B3C3
5#8DB1BE
6#92AFB9
7#97ADB4
8#9CAAB0
9#A1A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D3 #A4D3E5 | BordersInactive statesPlaceholder text |
| 400 | 75BD #75BDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DAA #4DAACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328D #328DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2870 #28708A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D50 #1D5063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #12333F | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F2F7;
--sky-blue-200: #CCE6F0;
--sky-blue-300: #A4D3E5;
--sky-blue-400: #75BDD7;
--sky-blue-500: #4DAACB;
--sky-blue-600: #328DAE;
--sky-blue-700: #28708A;
--sky-blue-800: #1D5063;
--sky-blue-900: #12333F;
--sky-blue-950: #0B2028;
}