Sky Blue
#67D4E4
CyanColor Codes
All color formats for development
HEX
#67D4E4RGB
rgb(103, 212, 228)HSL
hsl(188, 70%, 65%)OKLCH
oklch(0.812 0.102 208.1)CMYK
cmyk(55%, 7%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BCBDF
2#2FC3DA
3#23B0C5
4#1E97A9
5#197D8D
6#146471
7#0F4B55
8#0A3238
9#05191C
Tints
Lighter variations
1#76D8E7
2#86DCEA
3#95E1EC
4#A4E5EF
5#B3E9F2
6#C2EEF4
7#D1F2F7
8#E1F6FA
9#F0FBFC
Tones
Muted variations
1#6ECFDE
2#74CAD8
3#7AC6D1
4#80C1CB
5#87BDC5
6#8DB8BF
7#93B3B8
8#99AFB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE2 #9BE2ED | BordersInactive statesPlaceholder text |
| 400 | 67D4 #67D4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC7 #3CC7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AA #22AABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B87 #1B8798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1360 #13606C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3E #0C3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F6FA;
--sky-blue-200: #C7EFF5;
--sky-blue-300: #9BE2ED;
--sky-blue-400: #67D4E4;
--sky-blue-500: #3CC7DD;
--sky-blue-600: #22AABF;
--sky-blue-700: #1B8798;
--sky-blue-800: #13606C;
--sky-blue-900: #0C3E45;
--sky-blue-950: #08272B;
}