Teal
#128EA1
CyanColor Codes
All color formats for development
HEX
#128EA1RGB
rgb(18, 142, 161)HSL
hsl(188, 80%, 35%)OKLCH
oklch(0.595 0.1 211.7)CMYK
cmyk(89%, 12%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#107F91
2#0E7181
3#0C6370
4#0B5560
5#094750
6#073940
7#052A30
8#041C20
9#020E10
Tints
Lighter variations
1#15A8BE
2#18C2DC
3#2ECFE8
4#4CD6EB
5#6ADDEE
6#88E4F2
7#A5EAF5
8#C3F1F8
9#E1F8FC
Tones
Muted variations
1#19889A
2#208392
3#277E8B
4#2E7984
5#36737D
6#3D6E76
7#44696F
8#4B6468
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E7 #95E7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDA #5EDAED | Disabled statesSecondary iconsMuted text |
| 500 | 30D0 #30D0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B2 #16B2CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128E #128EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #084149 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF8FB;
--teal-200: #C3F1F8;
--teal-300: #95E7F3;
--teal-400: #5EDAED;
--teal-500: #30D0E8;
--teal-600: #16B2CA;
--teal-700: #128EA1;
--teal-800: #0D6573;
--teal-900: #084149;
--teal-950: #05282E;
}