Sky Blue
#7EC3CE
CyanColor Codes
All color formats for development
HEX
#7EC3CERGB
rgb(126, 195, 206)HSL
hsl(188, 45%, 65%)OKLCH
oklch(0.775 0.071 208.5)CMYK
cmyk(39%, 5%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66B8C5
2#4EADBC
3#409AA8
4#378490
5#2E6E78
6#245860
7#1B4248
8#122C30
9#091618
Tints
Lighter variations
1#8BC9D3
2#97CFD8
3#A4D5DD
4#B1DBE2
5#BEE1E6
6#CBE7EB
7#D8EDF0
8#E5F3F5
9#F2F9FA
Tones
Muted variations
1#82C0CA
2#86BDC6
3#8ABAC2
4#8EB7BE
5#92B4BA
6#96B2B6
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 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD8 #AAD8DF | BordersInactive statesPlaceholder text |
| 400 | 7EC3 #7EC3CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B2 #59B2C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E95 #3E95A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3177 #317781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2355 #23555C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363B | 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: #AAD8DF;
--sky-blue-400: #7EC3CE;
--sky-blue-500: #59B2C0;
--sky-blue-600: #3E95A3;
--sky-blue-700: #317781;
--sky-blue-800: #23555C;
--sky-blue-900: #16363B;
--sky-blue-950: #0E2225;
}