Sky Blue
#7DC4CF
CyanColor Codes
All color formats for development
HEX
#7DC4CFRGB
rgb(125, 196, 207)HSL
hsl(188, 46%, 65%)OKLCH
oklch(0.777 0.073 208.2)CMYK
cmyk(40%, 5%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64B9C6
2#4CAEBD
3#3F9BA9
4#368591
5#2D6F79
6#245961
7#1B4249
8#122C30
9#091618
Tints
Lighter variations
1#8ACAD4
2#97D0D8
3#A4D6DD
4#B1DCE2
5#BEE1E7
6#CBE7EC
7#D8EDF1
8#E5F3F5
9#F2F9FA
Tones
Muted variations
1#81C1CB
2#85BEC7
3#89BBC2
4#8DB8BE
5#91B5BA
6#95B2B6
7#99AFB2
8#9EACAE
9#A2A9AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D8 #A9D8DF | BordersInactive statesPlaceholder text |
| 400 | 7DC4 #7DC4CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B3 #57B3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D96 #3D96A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3077 #307782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2255 #22555D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1637 #16373C | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F3F5;
--sky-blue-200: #CFE9ED;
--sky-blue-300: #A9D8DF;
--sky-blue-400: #7DC4CF;
--sky-blue-500: #57B3C1;
--sky-blue-600: #3D96A4;
--sky-blue-700: #307782;
--sky-blue-800: #22555D;
--sky-blue-900: #16373C;
--sky-blue-950: #0E2225;
}