Sky Blue
#7EC4CD
CyanColor Codes
All color formats for development
HEX
#7EC4CDRGB
rgb(126, 196, 205)HSL
hsl(187, 44%, 65%)OKLCH
oklch(0.777 0.071 206.1)CMYK
cmyk(39%, 4%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67B9C4
2#4FAEBA
3#419BA7
4#38858F
5#2E6F77
6#25595F
7#1C4248
8#132C30
9#091618
Tints
Lighter variations
1#8BCAD2
2#98D0D7
3#A5D6DC
4#B2DCE1
5#BFE1E6
6#CCE7EB
7#D8EDF0
8#E5F3F5
9#F2F9FA
Tones
Muted variations
1#82C1C9
2#86BEC5
3#8ABBC1
4#8EB8BD
5#92B5B9
6#96B2B5
7#9AAFB2
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 #CFE9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD8 #ABD8DE | BordersInactive statesPlaceholder text |
| 400 | 7EC4 #7EC4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB3 #5AB3BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F96 #3F96A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3277 #327781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2455 #24555C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373B | 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: #CFE9EC;
--sky-blue-300: #ABD8DE;
--sky-blue-400: #7EC4CD;
--sky-blue-500: #5AB3BF;
--sky-blue-600: #3F96A2;
--sky-blue-700: #327781;
--sky-blue-800: #24555C;
--sky-blue-900: #17373B;
--sky-blue-950: #0E2225;
}