Sky Blue
#7ABFD1
CyanColor Codes
All color formats for development
HEX
#7ABFD1RGB
rgb(122, 191, 209)HSL
hsl(192, 49%, 65%)OKLCH
oklch(0.765 0.074 216.1)CMYK
cmyk(42%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61B4C9
2#49A9C1
3#3B96AD
4#338194
5#2A6B7B
6#225663
7#19404A
8#112B31
9#081519
Tints
Lighter variations
1#87C6D6
2#95CDDB
3#A2D3DF
4#AFD9E4
5#BDDFE8
6#CAE6ED
7#D7ECF1
8#E4F2F6
9#F2F9FA
Tones
Muted variations
1#7EBDCD
2#83BBC9
3#87B8C4
4#8CB5C0
5#90B3BC
6#94B0B7
7#99AEB3
8#9DABAE
9#A1A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D6 #A8D6E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC0 #7AC0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AE #54AEC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3991 #3991A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E73 #2E7385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2152 #21525F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E4F2F6;
--sky-blue-200: #CEE8EE;
--sky-blue-300: #A8D6E1;
--sky-blue-400: #7AC0D1;
--sky-blue-500: #54AEC4;
--sky-blue-600: #3991A7;
--sky-blue-700: #2E7385;
--sky-blue-800: #21525F;
--sky-blue-900: #15353D;
--sky-blue-950: #0D2126;
}