Sky Blue
#7DC2CF
CyanColor Codes
All color formats for development
HEX
#7DC2CFRGB
rgb(125, 194, 207)HSL
hsl(190, 46%, 65%)OKLCH
oklch(0.773 0.072 210.7)CMYK
cmyk(40%, 6%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64B6C6
2#4CAABD
3#3F98A9
4#368291
5#2D6C79
6#245761
7#1B4149
8#122B30
9#091618
Tints
Lighter variations
1#8AC7D4
2#97CDD8
3#A4D4DD
4#B1DAE2
5#BEE0E7
6#CBE6EC
7#D8ECF1
8#E5F3F5
9#F2F9FA
Tones
Muted variations
1#81BECB
2#85BCC7
3#89B9C2
4#8DB6BE
5#91B3BA
6#95B1B6
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 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D6 #A9D6DF | BordersInactive statesPlaceholder text |
| 400 | 7DC1 #7DC1CF | Disabled statesSecondary iconsMuted text |
| 500 | 57AF #57AFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D93 #3D93A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3075 #307582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2253 #22535D | 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: #E5F3F5;
--sky-blue-200: #CFE8ED;
--sky-blue-300: #A9D6DF;
--sky-blue-400: #7DC1CF;
--sky-blue-500: #57AFC1;
--sky-blue-600: #3D93A4;
--sky-blue-700: #307582;
--sky-blue-800: #22535D;
--sky-blue-900: #16353C;
--sky-blue-950: #0E2125;
}