Sky Blue
#6BCDE1
CyanColor Codes
All color formats for development
HEX
#6BCDE1RGB
rgb(107, 205, 225)HSL
hsl(190, 66%, 65%)OKLCH
oklch(0.796 0.096 212.6)CMYK
cmyk(52%, 9%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FC4DB
2#34BAD5
3#27A7C1
4#228FA5
5#1C778A
6#175F6E
7#114853
8#0B3037
9#06181C
Tints
Lighter variations
1#7AD2E4
2#88D7E7
3#97DCEA
4#A6E1ED
5#B5E6F0
6#C4EBF3
7#D3F0F6
8#E1F5F9
9#F0FAFC
Tones
Muted variations
1#71C9DB
2#77C5D5
3#7DC1CF
4#82BDC9
5#88B9C3
6#8EB5BD
7#94B2B7
8#9AAEB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDE #9EDEEB | BordersInactive statesPlaceholder text |
| 400 | 6BCD #6BCDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41BF #41BFD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A2 #26A2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E81 #1E8194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165C #165C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B44 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E1F5F9;
--sky-blue-200: #C8ECF4;
--sky-blue-300: #9EDEEB;
--sky-blue-400: #6BCDE1;
--sky-blue-500: #41BFD8;
--sky-blue-600: #26A2BA;
--sky-blue-700: #1E8194;
--sky-blue-800: #165C6A;
--sky-blue-900: #0E3B44;
--sky-blue-950: #09252A;
}