Sky Blue
#75C2D7
CyanColor Codes
All color formats for development
HEX
#75C2D7RGB
rgb(117, 194, 215)HSL
hsl(193, 55%, 65%)OKLCH
oklch(0.772 0.082 217.2)CMYK
cmyk(46%, 10%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BB6CF
2#41ABC8
3#3498B4
4#2D829A
5#256D80
6#1E5767
7#16414D
8#0F2B33
9#07161A
Tints
Lighter variations
1#82C8DB
2#90CEDF
3#9ED4E3
4#ACDAE7
5#BAE0EB
6#C8E6EF
7#D5EDF3
8#E3F3F7
9#F1F9FB
Tones
Muted variations
1#7ABFD2
2#7EBCCD
3#83B9C8
4#88B6C3
5#8DB4BE
6#92B1B9
7#97AEB4
8#9CABB0
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 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 75C2 #75C2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB0 #4DB0CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3293 #3293AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2875 #28758A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D54 #1D5463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #12363F | 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: #F3FAFC;
--sky-blue-100: #E3F3F7;
--sky-blue-200: #CCE8F0;
--sky-blue-300: #A4D7E5;
--sky-blue-400: #75C2D7;
--sky-blue-500: #4DB0CB;
--sky-blue-600: #3293AE;
--sky-blue-700: #28758A;
--sky-blue-800: #1D5463;
--sky-blue-900: #12363F;
--sky-blue-950: #0B2128;
}