Sky Blue
#67C1E4
BlueColor Codes
All color formats for development
HEX
#67C1E4RGB
rgb(103, 193, 228)HSL
hsl(197, 70%, 65%)OKLCH
oklch(0.768 0.1 225.7)CMYK
cmyk(55%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BB5DF
2#2FAADA
3#2397C5
4#1E82A9
5#196C8D
6#145671
7#0F4155
8#0A2B38
9#05161C
Tints
Lighter variations
1#76C7E7
2#86CDEA
3#95D3EC
4#A4DAEF
5#B3E0F2
6#C2E6F4
7#D1ECF7
8#E1F3FA
9#F0F9FC
Tones
Muted variations
1#6EBEDE
2#74BBD8
3#7AB9D1
4#80B6CB
5#87B3C5
6#8DB1BF
7#93AEB8
8#99ABB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD6 #9BD6ED | BordersInactive statesPlaceholder text |
| 400 | 67C1 #67C1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CAF #3CAFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2292 #2292BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B74 #1B7498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1353 #13536C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C35 #0C3545 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F3FA;
--sky-blue-200: #C7E8F5;
--sky-blue-300: #9BD6ED;
--sky-blue-400: #67C1E4;
--sky-blue-500: #3CAFDD;
--sky-blue-600: #2292BF;
--sky-blue-700: #1B7498;
--sky-blue-800: #13536C;
--sky-blue-900: #0C3545;
--sky-blue-950: #08212B;
}