Sky Blue
#75C3D7
CyanColor Codes
All color formats for development
HEX
#75C3D7RGB
rgb(117, 195, 215)HSL
hsl(192, 55%, 65%)OKLCH
oklch(0.774 0.082 216.1)CMYK
cmyk(46%, 9%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BB8CF
2#41ADC8
3#349AB4
4#2D849A
5#256E80
6#1E5867
7#16424D
8#0F2C33
9#07161A
Tints
Lighter variations
1#82C9DB
2#90CFDF
3#9ED5E3
4#ACDBE7
5#BAE1EB
6#C8E7EF
7#D5EDF3
8#E3F3F7
9#F1F9FB
Tones
Muted variations
1#7AC0D2
2#7EBDCD
3#83BAC8
4#88B7C3
5#8DB4BE
6#92B2B9
7#97AFB4
8#9CACB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 75C3 #75C3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB2 #4DB2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3295 #3295AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2877 #28778A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D55 #1D5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #12363F | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F3F7;
--sky-blue-200: #CCE9F0;
--sky-blue-300: #A4D8E5;
--sky-blue-400: #75C3D7;
--sky-blue-500: #4DB2CB;
--sky-blue-600: #3295AE;
--sky-blue-700: #28778A;
--sky-blue-800: #1D5563;
--sky-blue-900: #12363F;
--sky-blue-950: #0B2228;
}