Sky Blue
#67CBE4
CyanColor Codes
All color formats for development
HEX
#67CBE4RGB
rgb(103, 203, 228)HSL
hsl(192, 70%, 65%)OKLCH
oklch(0.791 0.1 216.3)CMYK
cmyk(55%, 11%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BC2DF
2#2FB8DA
3#23A5C5
4#1E8DA9
5#19768D
6#145E71
7#0F4755
8#0A2F38
9#05181C
Tints
Lighter variations
1#76D0E7
2#86D6EA
3#95DBEC
4#A4E0EF
5#B3E5F2
6#C2EAF4
7#D1EFF7
8#E1F5FA
9#F0FAFC
Tones
Muted variations
1#6EC7DE
2#74C4D8
3#7AC0D1
4#80BCCB
5#87B8C5
6#8DB5BF
7#93B1B8
8#99ADB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EC #C7ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDD #9BDDED | BordersInactive statesPlaceholder text |
| 400 | 67CB #67CBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBC #3CBCDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229F #229FBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7F #1B7F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135B #135B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3A #0C3A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F5FA;
--sky-blue-200: #C7ECF5;
--sky-blue-300: #9BDDED;
--sky-blue-400: #67CBE4;
--sky-blue-500: #3CBCDD;
--sky-blue-600: #229FBF;
--sky-blue-700: #1B7F98;
--sky-blue-800: #135B6C;
--sky-blue-900: #0C3A45;
--sky-blue-950: #08242B;
}