Sky Blue
#7DC0CF
CyanColor Codes
All color formats for development
HEX
#7DC0CFRGB
rgb(125, 192, 207)HSL
hsl(191, 46%, 65%)OKLCH
oklch(0.768 0.071 213.4)CMYK
cmyk(40%, 7%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64B4C6
2#4CA8BD
3#3F96A9
4#368091
5#2D6B79
6#245661
7#1B4049
8#122B30
9#091518
Tints
Lighter variations
1#8AC6D4
2#97CCD8
3#A4D3DD
4#B1D9E2
5#BEDFE7
6#CBE6EC
7#D8ECF1
8#E5F2F5
9#F2F9FA
Tones
Muted variations
1#81BDCB
2#85BBC7
3#89B8C2
4#8DB5BE
5#91B3BA
6#95B0B6
7#99AEB2
8#9EABAE
9#A2A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D5 #A9D5DF | BordersInactive statesPlaceholder text |
| 400 | 7DC0 #7DC0CF | Disabled statesSecondary iconsMuted text |
| 500 | 57AE #57AEC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D91 #3D91A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3073 #307382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2252 #22525D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353C | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F2F5;
--sky-blue-200: #CFE8ED;
--sky-blue-300: #A9D5DF;
--sky-blue-400: #7DC0CF;
--sky-blue-500: #57AEC1;
--sky-blue-600: #3D91A4;
--sky-blue-700: #307382;
--sky-blue-800: #22525D;
--sky-blue-900: #16353C;
--sky-blue-950: #0E2125;
}