Sky Blue
#7EC0CD
CyanColor Codes
All color formats for development
HEX
#7EC0CDRGB
rgb(126, 192, 205)HSL
hsl(190, 44%, 65%)OKLCH
oklch(0.768 0.069 211.3)CMYK
cmyk(39%, 6%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67B4C4
2#4FA9BA
3#4196A7
4#38818F
5#2E6B77
6#25565F
7#1C4048
8#132B30
9#091518
Tints
Lighter variations
1#8BC6D2
2#98CDD7
3#A5D3DC
4#B2D9E1
5#BFDFE6
6#CCE6EB
7#D8ECF0
8#E5F2F5
9#F2F9FA
Tones
Muted variations
1#82BDC9
2#86BBC5
3#8AB8C1
4#8EB5BD
5#92B3B9
6#96B0B5
7#9AAEB2
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 #CFE8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7EC0 #7EC0CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAE #5AAEBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F91 #3F91A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3273 #327381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353B | 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: #CFE8EC;
--sky-blue-300: #ABD6DE;
--sky-blue-400: #7EC0CD;
--sky-blue-500: #5AAEBF;
--sky-blue-600: #3F91A2;
--sky-blue-700: #327381;
--sky-blue-800: #24525C;
--sky-blue-900: #17353B;
--sky-blue-950: #0E2125;
}