Sky Blue
#75C8D7
CyanColor Codes
All color formats for development
HEX
#75C8D7RGB
rgb(117, 200, 215)HSL
hsl(189, 55%, 65%)OKLCH
oklch(0.785 0.084 210.4)CMYK
cmyk(46%, 7%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BBECF
2#41B4C8
3#34A1B4
4#2D8A9A
5#257380
6#1E5C67
7#16454D
8#0F2E33
9#07171A
Tints
Lighter variations
1#82CEDB
2#90D3DF
3#9ED9E3
4#ACDEE7
5#BAE4EB
6#C8E9EF
7#D5EFF3
8#E3F4F7
9#F1FAFB
Tones
Muted variations
1#7AC5D2
2#7EC1CD
3#83BEC8
4#88BAC3
5#8DB7BE
6#92B3B9
7#97B0B4
8#9CADB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEB #CCEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DB #A4DBE5 | BordersInactive statesPlaceholder text |
| 400 | 75C8 #75C8D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB8 #4DB8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 329B #329BAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287C #287C8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D58 #1D5863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #12393F | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F4F7;
--sky-blue-200: #CCEBF0;
--sky-blue-300: #A4DBE5;
--sky-blue-400: #75C8D7;
--sky-blue-500: #4DB8CB;
--sky-blue-600: #329BAE;
--sky-blue-700: #287C8A;
--sky-blue-800: #1D5863;
--sky-blue-900: #12393F;
--sky-blue-950: #0B2328;
}