Sky Blue
#75BED7
BlueColor Codes
All color formats for development
HEX
#75BED7RGB
rgb(117, 190, 215)HSL
hsl(195, 55%, 65%)OKLCH
oklch(0.763 0.081 221.9)CMYK
cmyk(46%, 12%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BB2CF
2#41A6C8
3#3494B4
4#2D7F9A
5#256A80
6#1E5567
7#163F4D
8#0F2A33
9#07151A
Tints
Lighter variations
1#82C5DB
2#90CBDF
3#9ED2E3
4#ACD8E7
5#BADFEB
6#C8E5EF
7#D5ECF3
8#E3F2F7
9#F1F9FB
Tones
Muted variations
1#7ABCD2
2#7EB9CD
3#83B7C8
4#88B4C3
5#8DB2BE
6#92B0B9
7#97ADB4
8#9CABB0
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 | CCE7 #CCE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D4 #A4D4E5 | BordersInactive statesPlaceholder text |
| 400 | 75BE #75BED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DAC #4DACCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 328F #328FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2872 #28728A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D51 #1D5163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1234 #12343F | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | 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: #CCE7F0;
--sky-blue-300: #A4D4E5;
--sky-blue-400: #75BED7;
--sky-blue-500: #4DACCB;
--sky-blue-600: #328FAE;
--sky-blue-700: #28728A;
--sky-blue-800: #1D5163;
--sky-blue-900: #12343F;
--sky-blue-950: #0B2128;
}